Merge branch 'HibiKier:main' into main

This commit is contained in:
nymanyim 2021-08-06 03:58:07 -05:00 committed by GitHub
commit fc8a861b82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,7 @@ try:
except ModuleNotFoundError:
import json
# 是否使用配置文件
USE_CONFIG_FILE: bool = False

5
update_info.json Normal file
View File

@ -0,0 +1,5 @@
{
"update_file": ["plugins/ai", "plugins/bt", "configs/config.py"],
"add_file": [],
"delete_file": []
}