perf: 结构化插件的表示格式; 优化插件开发接口

This commit is contained in:
Soulter
2024-03-12 18:50:50 +08:00
parent 1af481f5f9
commit e643eea365
22 changed files with 457 additions and 215 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ def main():
print(file_not_found)
input("配置文件不存在,请检查是否已经下载配置文件。")
except BaseException as e:
print(e)
raise e
# 设置代理
if 'http_proxy' in cfg and cfg['http_proxy'] != '':