diff --git a/configs/config.py b/configs/config.py index 951168d2..a75cbbd7 100644 --- a/configs/config.py +++ b/configs/config.py @@ -7,7 +7,7 @@ try: except ModuleNotFoundError: import json - + # 是否使用配置文件 USE_CONFIG_FILE: bool = False diff --git a/update_info.json b/update_info.json new file mode 100644 index 00000000..fad1255c --- /dev/null +++ b/update_info.json @@ -0,0 +1,5 @@ +{ + "update_file": ["plugins/ai", "plugins/bt", "configs/config.py"], + "add_file": [], + "delete_file": [] +}