-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
81 lines (81 loc) · 1.82 KB
/
project.json
File metadata and controls
81 lines (81 loc) · 1.82 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
{
"description": "添加功能:点击时钟,显示世界线变动率\r\n\r\n更新:\r\n添加了自定义背景图片功能\r\n添加了自定义时钟透明度 功能\r\n\r\nEL PSY CONGROO",
"file": "index.html",
"general": {
"properties": {
"CPosition": {
"text": "居中",
"type": "bool",
"value": true
},
"Drag": {
"condition": "!CPosition.value",
"text": "锁定",
"type": "bool",
"value": false
},
"abool": {
"text": "使用默认壁纸",
"type": "bool",
"value": true
},
"balpha": {
"max": 100,
"min": 0,
"text": "透明度",
"type": "slider",
"value": 100
},
"bimage": {
"text": "设置壁纸",
"type": "file"
},
"combo": {
"options": [
{
"label": "填充",
"value": "cover"
},
{
"label": "拉伸",
"value": "contain"
},
{
"label": "平铺",
"value": "auto"
}
],
"text": "壁纸显示方式",
"type": "combo",
"value": "cover"
},
"schemecolor": {
"order": 0,
"text": "ui_browse_properties_scheme_color",
"type": "color",
"value": "0 0 0"
},
"time1": {
"options": [
{
"label": "12h制",
"value": 12
},
{
"label": "24h制",
"value": 24
}
],
"text": "小时制",
"type": "combo",
"value": 12
}
}
},
"preview": "preview.jpg",
"tags": ["Anime"],
"title": "辉光钟(世界线变动率探测仪)",
"type": "web",
"visibility": "public",
"workshopid": 883945381
}