-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
55 lines (55 loc) · 1.49 KB
/
settings.json
File metadata and controls
55 lines (55 loc) · 1.49 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
[
{
"uniqueID": "keyMode",
"type": "options",
"title": "Key Mode / 按键监听模式",
"description": "选择你需要监听的按键类型和数量",
"options": [
"Standard (K1,K2,M1,M2)",
"Standard (K1,K2)",
"Standard (M1,M2)",
"Mania 4K"
],
"value": "Standard (K1,K2,M1,M2)"
},
{
"uniqueID": "keyNames",
"type": "text",
"title": "Key Names / 按键显示名 (逗号分隔)",
"description": "按顺序自定义每个键显示的名称,用英文逗号隔开 (例如: Z,X 或 S,D,Space,J,K)",
"options": [],
"value": "W,A,S,D"
},
{
"uniqueID": "useAverageColor",
"type": "checkbox",
"title": "Dynamic Color / 动态提取背景色",
"description": "开启后自动根据当前谱面的背景图变化主题颜色",
"options": [],
"value": true
},
{
"uniqueID": "customThemeColor",
"type": "color",
"title": "Custom Theme Color / 自定义主题颜色",
"description": "关闭动态提取后生效的固定颜色",
"options": [],
"value": "#4caf50"
},
{
"uniqueID": "bgOpacity",
"type": "number",
"title": "Background Opacity / 背景透明度",
"description": "面板背景的透明度 (建议范围 0.0 - 1.0)",
"options": [],
"value": 0.65
},
{
"uniqueID": "chartMaxY",
"type": "number",
"title": "Chart Max Height / 图表最大高度",
"description": "折线图 Y 轴的建议最大值",
"options": [],
"value": 15
}
]