-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.json
More file actions
75 lines (75 loc) · 2.69 KB
/
config.json
File metadata and controls
75 lines (75 loc) · 2.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"主机": "0.0.0.0",
"端口": 17085,
"终端文本变彩": true,
"彩色频率区间": [
0.1,
0.5
],
"彩色初始区间": [
0,
1000
],
"默认连接设备": "0.0.0.0",
"记录日志": true,
"拦截屏蔽词": true,
"CQHTTP正向WebSocket连接地址": "",
"CQHTTP连接密钥": "114514",
"版本获取连接": "https://raw.kkgithub.com/Yeah114/KeepFunChat/refs/heads/main/version",
"更新包获取链接": "https://kkgithub.com/Yeah114/KeepFunChat/archive/refs/heads/main.zip",
"更新包大小获取链接": "https://kkgithub.com/Yeah114/KeepFunChat/raw/refs/heads/main/size",
"游戏菜单模块配置": {
"菜单选项": {
"默认菜单": {
"菜单标题": "\n§b| §aMono Menu§6v0.0.1 §r§a页数§e[page]|[total_page]§r\n",
"菜单末尾": "§b| §r§7下步操作已关闭,直接输入对应的功能(如:前往 主城)\n",
"菜单显示格式": "§b| §f [index] §r§b[defaultTrigger] §7[argumentHint] §7[usage]",
"等待输入时提示": "\n§e| INPUT: §f在§b[hint]§f中选择输入:",
"要求确认时提示": {
"提示样式": "§e| INPUT: §f是否继续(§by/n§f)",
"输入无效时的提示": "§c| ERROR: §f不是有效的回答.",
"选项为空时的提示": "None"
},
"输入有误时提示": "§c| ERROR: §f暂时无法理解你的意思 -§c[error]",
"菜单打开后是否继续询问操作": true,
"无法理解指令时提示": "§c| ERROR: §f无法理解你的意思.",
"没有菜单项时是否提示": false,
"没有菜单项时提示": "§c| ERROR: §f还没有这个选项.",
"关闭菜单时的提示": "§b| INFO :§fMenu closed",
"单页最大选项": 6
},
"菜单触发词": [
"菜单",
"menu",
"cd",
"dev",
"devil",
".",
"deV",
"Dev",
"dEv",
"DEv",
"dEV",
"DEV",
"DeV",
"dey",
"omg",
"Omg",
"oMg",
"omG",
"OMg",
"oMG",
"OMG",
"OmG",
"kfc",
"Kfc",
"kFc",
"kfC",
"KFc",
"kFC",
"KFC",
"KfC"
]
}
}
}