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

4
启动神射手.scpt Normal file
View File

@@ -0,0 +1,4 @@
tell application "Terminal"
activate
do script "cd '/Users/karuo/Documents/开发/2、私域银行/神射手' && git fetch origin && git reset --hard origin/v0/fnvtk-5efaab9c && pnpm install && ./scripts/start.sh --kill"
end tell