mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-09 07:16:04 +00:00
chore: 修改配置文件名称
This commit is contained in:
4
main.py
4
main.py
@@ -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/"):
|
||||
|
||||
Reference in New Issue
Block a user