diff --git a/.github/workflows/pack_img.yaml b/.github/workflows/pack_img.yaml index ea455df..77018ec 100644 --- a/.github/workflows/pack_img.yaml +++ b/.github/workflows/pack_img.yaml @@ -42,7 +42,7 @@ jobs: run: | git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" - git add auto_img.png # 添加你想要提交的文件 + git add auto_img_zh_cn.png # 添加你想要提交的文件 git commit -m "Update file with new data" git push origin main # 推送更改回 main 分支 env: diff --git a/auto_pack_img.py b/auto_pack_img.py index 1cf3c92..e7e2a67 100644 --- a/auto_pack_img.py +++ b/auto_pack_img.py @@ -104,10 +104,10 @@ def load_images_from_folder(folder): -folder = 'pullrequests' +folder = 'zh_cn' images = load_images_from_folder(folder) stitched_image = stitch_images_bin_packing(images) -cv2.imwrite('auto_img.png', stitched_image) +cv2.imwrite('auto_img_zh_cn.png', stitched_image) diff --git a/pullrequests/ceb514c95b89408bfacc4ae3721a8da8.png b/pullrequests/ceb514c95b89408bfacc4ae3721a8da8.png deleted file mode 100644 index 7d4e47f..0000000 Binary files a/pullrequests/ceb514c95b89408bfacc4ae3721a8da8.png and /dev/null differ diff --git a/pullrequests/dh.png b/pullrequests/dh.png deleted file mode 100644 index c4b9075..0000000 Binary files a/pullrequests/dh.png and /dev/null differ diff --git a/pullrequests/leaf.png b/pullrequests/leaf.png deleted file mode 100644 index 6738b66..0000000 Binary files a/pullrequests/leaf.png and /dev/null differ diff --git a/pullrequests/vulkanmod.png b/pullrequests/vulkanmod.png deleted file mode 100644 index 71cbcdf..0000000 Binary files a/pullrequests/vulkanmod.png and /dev/null differ