添加安装版本统计上报

This commit is contained in:
jxxghp
2026-05-25 18:16:59 +08:00
parent 7ab1a668cb
commit 94633173b1
5 changed files with 151 additions and 0 deletions
+2
View File
@@ -437,6 +437,8 @@ class ConfigModel(BaseModel):
)
# 插件安装数据共享
PLUGIN_STATISTIC_SHARE: bool = True
# 安装版本统计上报
USAGE_STATISTIC_SHARE: bool = True
# 是否开启插件热加载
PLUGIN_AUTO_RELOAD: bool = False
# 本地插件仓库目录,多个地址使用,分隔