initial commit

This commit is contained in:
2025-04-29 18:09:00 +08:00
commit 4faed52de5
690 changed files with 13481 additions and 0 deletions

4
拉取最新代码.py Normal file
View File

@@ -0,0 +1,4 @@
#os.system(command)
import os,time
os.system("git pull")
os.system("pause")