This commit is contained in:
孟帅
2025-10-25 00:35:30 +08:00
parent 5ebc33f28b
commit 7313d22cdb
168 changed files with 2349 additions and 1455 deletions

View File

@@ -23,6 +23,10 @@ system:
switch: true # 日志开关可选false|true默认为true
queue: true # 是否启用队列启用时需要配置队列信息可选false|true默认为true
levelFormat: [ "WARN", "ERRO", "FATA", "PANI" ] # 需要记录的等级
# 国际化
i18n:
switch: true # 国际化开关可选false|true默认为true
defaultLanguage: "zh-CN" # 默认使用语言可选zh-CN|zh-TW|en默认为zh-CN
# 插件资源目录用于静态文件和模版文件的路径默认为resource
addonsResourcePath: "resource"