1
mirror of https://github.com/carm-outsource/TimeReward.git synced 2026-06-04 15:28:16 +08:00

[1.3.0] 添加更新检查机制

This commit is contained in:
2022-03-02 20:41:22 +08:00
parent 138a92799b
commit 9e35c457ae
6 changed files with 142 additions and 4 deletions
+10
View File
@@ -5,6 +5,16 @@ version: ${project.version}
debug: false
# 统计数据设定
# 该选项用于帮助开发者统计插件版本与使用情况,且绝不会影响性能与使用体验。
# 当然,您也可以选择在这里关闭,或在plugins/bStats下的配置文件中关闭。
metrics: true
# 检查更新设定
# 该选项用于插件判断是否要检查更新,若您不希望插件检查更新并提示您,可以选择关闭。
# 检查更新为异步操作,绝不会影响性能与使用体验。
check-update: true
database:
# 数据库驱动路径,默认为 MySQL