chore: 修改配置文件名称

This commit is contained in:
Rock Chin
2023-04-07 13:20:57 +08:00
parent 5865ac017c
commit 83d02aaaac
8 changed files with 9 additions and 8 deletions

View File

@@ -379,8 +379,8 @@ def check_file():
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")
if not os.path.exists("tips.py"):
shutil.copy("tips-custom-template.py", "tips.py")
# 检查temp目录
if not os.path.exists("temp/"):