From 2281f762bae6373fadce79b82cc47a3d894ad66d Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Fri, 6 Aug 2021 02:07:25 +0800 Subject: [PATCH 1/7] Create __version__.json --- __version__.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 __version__.json diff --git a/__version__.json b/__version__.json new file mode 100644 index 00000000..3b99c317 --- /dev/null +++ b/__version__.json @@ -0,0 +1 @@ +"__version__": "0.0.1" From e155efaf3129fb7323cf92086a9c911eddbeea72 Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Fri, 6 Aug 2021 02:10:40 +0800 Subject: [PATCH 2/7] Update and rename __version__.json to update_info.json --- __version__.json | 1 - update_info.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 __version__.json create mode 100644 update_info.json diff --git a/__version__.json b/__version__.json deleted file mode 100644 index 3b99c317..00000000 --- a/__version__.json +++ /dev/null @@ -1 +0,0 @@ -"__version__": "0.0.1" diff --git a/update_info.json b/update_info.json new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/update_info.json @@ -0,0 +1 @@ + From 9606566db4f60c9d17ec6ec96530851b3955395b Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Fri, 6 Aug 2021 03:31:34 +0800 Subject: [PATCH 3/7] Update update_info.json --- update_info.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/update_info.json b/update_info.json index 8b137891..f70fa2f6 100644 --- a/update_info.json +++ b/update_info.json @@ -1 +1,5 @@ - +{ + "update_file": [], + "add_file": [], + "delete_file": ["plugins/ai", "plugins/bt"] +} From 3b649172a80bd772dd7451484624cd98d49261d3 Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Fri, 6 Aug 2021 12:25:40 +0800 Subject: [PATCH 4/7] Update update_info.json --- update_info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_info.json b/update_info.json index f70fa2f6..eb9d71d4 100644 --- a/update_info.json +++ b/update_info.json @@ -1,5 +1,5 @@ { - "update_file": [], + "update_file": ["plugins/ai", "plugins/bt"], "add_file": [], - "delete_file": ["plugins/ai", "plugins/bt"] + "delete_file": [] } From 10b7cbaa716a9dfd8873710b0282fdc1af361292 Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Fri, 6 Aug 2021 13:55:24 +0800 Subject: [PATCH 5/7] Update update_info.json --- update_info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_info.json b/update_info.json index eb9d71d4..fad1255c 100644 --- a/update_info.json +++ b/update_info.json @@ -1,5 +1,5 @@ { - "update_file": ["plugins/ai", "plugins/bt"], + "update_file": ["plugins/ai", "plugins/bt", "configs/config.py"], "add_file": [], "delete_file": [] } From 88ac572d515c5a2e4f42135ffe2e388854118944 Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Fri, 6 Aug 2021 14:40:52 +0800 Subject: [PATCH 6/7] Update config.py --- configs/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/config.py b/configs/config.py index 951168d2..1b067ae8 100644 --- a/configs/config.py +++ b/configs/config.py @@ -8,8 +8,8 @@ except ModuleNotFoundError: import json -# 是否使用配置文件 -USE_CONFIG_FILE: bool = False + +SDD: str = "sad" # API KEY(必要) From c96969e86c43a944a18f99c7696a44de28886246 Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Fri, 6 Aug 2021 14:46:30 +0800 Subject: [PATCH 7/7] Update config.py --- configs/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/config.py b/configs/config.py index 1b067ae8..a75cbbd7 100644 --- a/configs/config.py +++ b/configs/config.py @@ -7,9 +7,9 @@ try: except ModuleNotFoundError: import json - - -SDD: str = "sad" + +# 是否使用配置文件 +USE_CONFIG_FILE: bool = False # API KEY(必要)