-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathnodeget-theme.json
More file actions
172 lines (172 loc) · 5.19 KB
/
Copy pathnodeget-theme.json
File metadata and controls
172 lines (172 loc) · 5.19 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"name": "NIE Theme NodeGet",
"short": "NIEThemeNodeGet",
"description": "NIE Theme NodeGet - clean card-style NodeGet public status theme with IPv4/IPv6 Ping/TCPing panels, realtime exchange rates and value statistics.",
"author": "MarkNKX",
"repository": "https://github.com/3257085208/NIE-Theme-NodeGet",
"dist_page": "https://dash.themes.qq.sg",
"user_preferences_form": {
"version": "0.0.1",
"items": [
{
"key": "site_name",
"name": "站点标题",
"type": "string",
"default": "NodeGet Status",
"help": "显示在导航栏的站点名称"
},
{
"key": "site_logo",
"name": "站点图标",
"type": "string",
"default": "",
"help": "输入 Logo 图片链接,留空则使用主题内置 Logo"
},
{
"key": "footer",
"name": "页脚文本",
"type": "string",
"default": "Powered by NodeGet",
"help": "显示在页面底部的文字"
},
{
"key": "refresh_interval_ms",
"name": "刷新间隔毫秒",
"type": "number",
"default": 10000,
"help": "动态监控数据刷新间隔,建议 5000-60000"
},
{
"type": "title",
"name": "外观设置"
},
{
"key": "background_palette",
"name": "背景配色",
"type": "select",
"options": "cloud,mint,blue,purple,peach,rose,yellow,slate,sea,forest",
"default": "cloud",
"help": "cloud=云白,mint=薄荷,blue=海盐蓝,purple=紫雾,peach=蜜桃,rose=玫瑰,yellow=奶油黄,slate=曜石,sea=深海,forest=森林"
},
{
"key": "background_pattern",
"name": "背景图案",
"type": "select",
"options": "grid,solid,dots",
"default": "grid",
"help": "grid=网格,solid=纯色,dots=点状"
},
{
"key": "background_density",
"name": "背景纹理密度",
"type": "number",
"default": 22,
"help": "数值越大纹理越疏,建议 12-48"
},
{
"key": "background_opacity",
"name": "背景纹理强度",
"type": "number",
"default": 10,
"help": "背景纹理透明度百分比,建议 2-24"
},
{
"type": "title",
"name": "首页卡片显示"
},
{
"key": "home_card_metric_style",
"name": "首页卡片指标样式",
"type": "select",
"options": "circle,bar",
"default": "circle",
"help": "circle=CPU/内存/磁盘圆环,bar=两列四项 18 格横条"
},
{
"key": "home_tcping_include",
"name": "首页延迟指定线路",
"type": "string",
"default": "",
"help": "多个用逗号分隔,例如 上海电信,福建电信,上海移动;也可填写 sh-ct,fj-ct,sh-cm;留空显示全部"
},
{
"type": "title",
"name": "首页延迟显示开关"
},
{
"key": "home_show_ipv4_ping",
"name": "首页显示 IPv4 Ping",
"type": "switch",
"default": false,
"help": "是否在首页 VPS 卡片中显示 IPv4 Ping"
},
{
"key": "home_show_ipv4_tcping",
"name": "首页显示 IPv4 TCP Ping",
"type": "switch",
"default": true,
"help": "是否在首页 VPS 卡片中显示 IPv4 TCP Ping"
},
{
"key": "home_show_ipv6_ping",
"name": "首页显示 IPv6 Ping",
"type": "switch",
"default": false,
"help": "是否在首页 VPS 卡片中显示 IPv6 Ping"
},
{
"key": "home_show_ipv6_tcping",
"name": "首页显示 IPv6 TCP Ping",
"type": "switch",
"default": false,
"help": "是否在首页 VPS 卡片中显示 IPv6 TCP Ping"
},
{
"type": "title",
"name": "VPS 详情页资源显示"
},
{
"key": "detail_resource_metric_style",
"name": "详情页资源指标样式",
"type": "select",
"options": "circle,bar",
"default": "circle",
"help": "circle=CPU/内存/硬盘/Swap 圆环,bar=两列四项 18 格横条"
},
{
"type": "title",
"name": "VPS 详情页延迟显示开关"
},
{
"key": "detail_show_ipv4_ping",
"name": "详情页显示 IPv4 Ping",
"type": "switch",
"default": true,
"help": "是否在 VPS 详情页显示 IPv4 Ping"
},
{
"key": "detail_show_ipv4_tcping",
"name": "详情页显示 IPv4 TCP Ping",
"type": "switch",
"default": true,
"help": "是否在 VPS 详情页显示 IPv4 TCP Ping"
},
{
"key": "detail_show_ipv6_ping",
"name": "详情页显示 IPv6 Ping",
"type": "switch",
"default": true,
"help": "是否在 VPS 详情页显示 IPv6 Ping"
},
{
"key": "detail_show_ipv6_tcping",
"name": "详情页显示 IPv6 TCP Ping",
"type": "switch",
"default": true,
"help": "是否在 VPS 详情页显示 IPv6 TCP Ping"
}
]
},
"version": "1.4.24",
"license": "AGPL-3.0"
}