-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
CakmLexi
committed
Jul 2, 2024
1 parent
0e76646
commit e9a3143
Showing
2 changed files
with
111 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,100 +1,102 @@ | ||
name: 通用配置 | ||
view: | ||
- | ||
key: 日志等级 | ||
- key: 日志等级 | ||
comment: 日志等级:trace,debug,info,warn,fatal,mark,error,off | ||
path: 'log_level' | ||
type: 'select' | ||
path: "log_level" | ||
type: "select" | ||
multiple: false | ||
item: | ||
- | ||
name: Trace | ||
- name: Trace | ||
value: trace | ||
- | ||
name: Debug | ||
- name: Debug | ||
value: ebug | ||
- | ||
name: Info | ||
- name: Info | ||
value: info | ||
- | ||
name: Warn | ||
- name: Warn | ||
value: warn | ||
- | ||
name: Fatal | ||
- name: Fatal | ||
value: fatal | ||
- | ||
name: Mark | ||
- name: Mark | ||
value: mark | ||
- | ||
name: Error | ||
- name: Error | ||
value: error | ||
- | ||
name: Off | ||
- name: Off | ||
value: off | ||
- | ||
key: 日志保留天数 | ||
path: 'log_days_Keep' | ||
type: 'number' | ||
- | ||
key: ffmpeg路径 | ||
- key: 日志保留天数 | ||
path: "log_days_Keep" | ||
type: "number" | ||
- key: ffmpeg路径 | ||
comment: ffmpeg配置 用于音视频处理 | ||
path: 'ffmpeg_path' | ||
type: 'text' | ||
- | ||
key: ffprobe路径 | ||
path: "ffmpeg_path" | ||
type: "text" | ||
- key: ffprobe路径 | ||
comment: ffmpeg配置 用于音视频处理 | ||
path: 'ffprobe_path' | ||
type: 'text' | ||
- | ||
key: 主人列表 | ||
path: "ffprobe_path" | ||
type: "text" | ||
- key: 主人列表 | ||
comment: 主人列表 主权限 | ||
path: 'master' | ||
type: 'array' | ||
arrayType: 'number' | ||
- | ||
key: 管理员列表 | ||
path: "master" | ||
type: "array" | ||
arrayType: "number" | ||
- key: 管理员列表 | ||
comment: 管理员列表 子权限 | ||
path: 'admin' | ||
type: 'array' | ||
arrayType: 'number' | ||
- | ||
key: 黑名单 | ||
path: "admin" | ||
type: "array" | ||
arrayType: "number" | ||
- key: 黑名单 | ||
comment: 黑名单相关 | ||
path: 'BlackList' | ||
type: 'group' | ||
path: "BlackList" | ||
type: "group" | ||
part: | ||
- | ||
key: 黑名单用户 | ||
path: 'BlackList.users' | ||
type: 'array' | ||
arrayType: 'number' | ||
- | ||
key: 黑名单群聊 | ||
path: 'BlackList.groups' | ||
type: 'array' | ||
arrayType: 'number' | ||
- | ||
key: 消息日志黑名单群聊 | ||
comment: 设置后不会打印该群的消息日志 | ||
path: 'BlackList.GroupMsgLog' | ||
type: 'array' | ||
arrayType: 'number' | ||
- | ||
key: 白名单 | ||
- key: 黑名单用户 | ||
path: "BlackList.users" | ||
type: "array" | ||
arrayType: "number" | ||
associated: | ||
- file: App | ||
path: "BlackList.users" | ||
requirement: true | ||
- key: 黑名单群聊 | ||
path: "BlackList.groups" | ||
type: "array" | ||
arrayType: "number" | ||
associated: | ||
- file: App | ||
path: "BlackList.groups" | ||
requirement: true | ||
- key: 消息日志黑名单群聊 | ||
comment: 设置后不会打印该群的消息日志 | ||
path: "BlackList.GroupMsgLog" | ||
type: "array" | ||
arrayType: "number" | ||
associated: | ||
- file: App | ||
path: "BlackList.GroupMsgLog" | ||
requirement: true | ||
- key: 白名单 | ||
comment: 白名单相关 | ||
path: 'WhiteList' | ||
type: 'group' | ||
path: "WhiteList" | ||
type: "group" | ||
part: | ||
- | ||
key: 白名单用户 | ||
path: 'WhiteList.users' | ||
type: 'boolean' | ||
- | ||
key: 白名单群聊 | ||
path: 'WhiteList.groups' | ||
type: 'boolean' | ||
- | ||
key: 消息日志白名单群聊 | ||
comment: 消息日志白名单群聊 设置后只会打印该群的消息日志 | ||
path: 'WhiteList.GroupMsgLog' | ||
type: 'boolean' | ||
- key: 白名单用户 | ||
path: "WhiteList.users" | ||
type: "boolean" | ||
associated: | ||
- file: App | ||
path: "WhiteList.users" | ||
requirement: true | ||
- key: 白名单群聊 | ||
path: "WhiteList.groups" | ||
type: "boolean" | ||
associated: | ||
- file: App | ||
path: "WhiteList.groups" | ||
requirement: true | ||
- key: 消息日志白名单群聊 | ||
comment: 消息日志白名单群聊 设置后只会打印该群的消息日志 | ||
path: "WhiteList.GroupMsgLog" | ||
type: "boolean" | ||
associated: | ||
- file: App | ||
path: "WhiteList.GroupMsgLog" | ||
requirement: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters