-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathexplore_v2.json
More file actions
72 lines (72 loc) · 2.05 KB
/
explore_v2.json
File metadata and controls
72 lines (72 loc) · 2.05 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
{
"masonryCards": [
{
"id": "3",
"type": "normal",
"content": "将自己的资源<br/>发布到AstroBox",
"heightPC": 130,
"appearance": {
"dark": {
"background": {
"color": "rgba(71, 71, 75, 0.30)"
}
},
"light": {
"background": {
"color": "#F2F9FF"
}
}
},
"canClose": false,
"actionsAlign": "left",
"actions": [
{
"id": "action3",
"content": "前往 Creator Console",
"url": "https://example.com/action3"
}
]
},
{
"id": "4",
"type": "normal",
"content": "AstroBox<br/>Weekly #2",
"heightPC": 130,
"appearance": {
"dark": {
"background": {
"color": "rgba(71, 71, 75, 0.30)"
}
},
"light": {
"background": {
"color": "#F2F9FF"
}
}
},
"canClose": false,
"actionsAlign": "left",
"actions": [
{
"id": "action3",
"content": "阅读",
"url": "https://example.com/action3"
}
]
}
],
"featuredResourceIds": ["979808741600", "moe.yzf.comic"],
"featuredAuthors": [
{
"id": "sf-yuzifu",
"name": "小鱼yuzifu",
"description": "You like me, I like you.",
"avatarUrl": "https://avatars.githubusercontent.com/u/53327400?v=4",
"resourceIds": [
"com.yzf.ballsRace",
"com.yzf.daymatter",
"com.yzf.fireworkMaster"
]
}
]
}