-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathexplore_v2.json
More file actions
91 lines (81 loc) · 1.79 KB
/
explore_v2.json
File metadata and controls
91 lines (81 loc) · 1.79 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
{
"masonryCards": [
{
"id": "3",
"type": "big",
"canClose": false,
"contentMode": "default",
"content": {
"title": "CBT3 正式发布",
"tag": "更新日志",
"introduction": "点击查看本次重大更新说明"
},
"background": {
"img": "update/update.png"
},
"actions": [
{
"id": "update",
"content": "阅读",
"url": "update/cbtupdate.md"
}
]
},
{
"id": "4",
"type": "normal",
"canClose": false,
"contentMode": "default",
"content": {
"title": "先锋测试",
"tag": "公告",
"introduction": "先锋测试正式开始"
},
"background": {
"img": "notice/cover.png"
},
"actions": [
{
"id": "notice",
"content": "阅读",
"url": "notice/cbt.md"
}
]
},
{
"id": "5",
"type": "normal",
"canClose": false,
"contentMode": "default",
"content": {
"title": "困惑的成长",
"tag": "作者专访",
"introduction": "鱼子酱的人生故事"
},
"background": {
"img": "weekly-1/cover.jpg"
},
"actions": [
{
"id": "91",
"content": "阅读",
"url": "weekly-1/index.md"
}
]
}
],
"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"
]
}
]
}