Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
grasscutters
GitHub Repository: grasscutters/grasscutter
Path: blob/development/src/main/resources/defaults/data/GameAnnouncementList.json
3159 views
1
{
2
"t": "{{SYSTEM_TIME}}",
3
"list": [
4
{
5
"list": [
6
{
7
"ann_id": 1,
8
"title": "<strong>Welcome to Grasscutter!</strong>",
9
"subtitle": "Welcome!",
10
"banner": "{{DISPATCH_PUBLIC}}/hk4e/announcement/assets/banner/1.jpg",
11
"tag_icon": "{{DISPATCH_PUBLIC}}/hk4e/announcement/assets/tag_icon.png",
12
"type": 2,
13
"type_label": "System",
14
"lang": "en-US",
15
"start_time": "2020-09-25 04:05:30",
16
"end_time": "2030-10-30 11:00:00",
17
"content": "",
18
"has_content": true
19
},
20
{
21
"ann_id": 2,
22
"title": "<strong>How to use announcements</strong>",
23
"subtitle": "How to use announcements",
24
"banner": "{{DISPATCH_PUBLIC}}/hk4e/announcement/assets/banner/2.jpg",
25
"tag_icon": "{{DISPATCH_PUBLIC}}/hk4e/announcement/assets/tag_icon.png",
26
"type": 2,
27
"type_label": "System",
28
"lang": "en-US",
29
"start_time": "2020-09-25 04:05:30",
30
"end_time": "2030-10-30 11:00:00",
31
"content": "",
32
"has_content": true
33
}
34
],
35
"type_id": 2,
36
"type_label": "System"
37
},
38
{
39
"list": [
40
{}
41
],
42
"type_id": 3,
43
"type_label": "Events"
44
}
45
],
46
"total": 2,
47
"type_list": [
48
{
49
"id": 2,
50
"name": "游戏系统公告",
51
"mi18n_name": "System"
52
},
53
{
54
"id": 1,
55
"name": "活动公告",
56
"mi18n_name": "Activity"
57
}
58
],
59
"timezone": -5,
60
"alert": false,
61
"alert_id": 0
62
}
63