chore: 以本地为准,上传全部并替换 GitHub

This commit is contained in:
卡若
2026-02-03 11:36:53 +08:00
parent 1219166526
commit b404bf546e
131 changed files with 37618 additions and 3930 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
cd "$(dirname "$0")"
chmod +x scripts/push-to-github.sh 2>/dev/null
bash scripts/push-to-github.sh
echo ""
read -p "按回车键关闭窗口..."