-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy pathnodeget-theme.json
More file actions
36 lines (36 loc) · 985 Bytes
/
nodeget-theme.json
File metadata and controls
36 lines (36 loc) · 985 Bytes
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
{
"name": "NodeGet Basic Theme",
"short": "NodeGetBasic",
"description": "NodeGet Basic Theme - a boilerplate for custom themes",
"author": "NodeSeekDev",
"repository": "https://github.com/NodeSeekDev/NodeGet-StatusShow",
"dist_page": "https://nodeget.pages.dev",
"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": "输入站点图标链接,留空则使用默认"
},
{
"key": "footer",
"name": "页脚文本",
"type": "string",
"default": "Powered by NodeGet",
"help": "输入页脚文本"
}
]
},
"version": "will be auto filled using version in package.json",
"license": ""
}