Signed-off-by: 26751 <2675174581@qq.com>

This commit is contained in:
26751
2023-04-01 16:09:07 +08:00
parent b6f7f3b73f
commit da03911610
6 changed files with 67 additions and 13 deletions

View File

@@ -378,6 +378,10 @@ def check_file():
if not os.path.exists("cmdpriv.json"):
shutil.copy("cmdpriv-template.json", "cmdpriv.json")
# 检查tips_custom
if not os.path.exists("tips_custom.py"):
shutil.copy("tips_custom_template.py", "tips_custom.py")
# 检查temp目录
if not os.path.exists("temp/"):
os.mkdir("temp/")