-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo.json
92 lines (92 loc) · 2.14 KB
/
demo.json
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
92
{
"imageCount": 0,
"platform": {
"PC": 1,
"Android": 0,
"iOS": 0
},
"tags": {
"new": 1
},
"events": [
{
"id": "1fffffff-ffff-ffff-ffff-ffffffffffff",
"author": "Sonic853",
"start": "2024-12-07T21:30:00.000+08:00",
"end": "2024-12-07T23:00:00.000+08:00",
"location": "Just H",
"platform": [
"PC",
"Android",
"iOS"
],
"tags": [
"new"
],
"group": {
"name": "8Clound",
"id": "grp_1fffffff-ffff-ffff-ffff-ffffffffffff"
},
"language": "zh-CN",
"title": "8Clound",
"description": "Only 853Lab can do!",
"require": "要求",
"join": "加入方式",
"note": "备注"
},
{
"id": "1ffff2ff-ffff-ffff-ffff-ffffffffffff",
"author": "Sonic853",
"start": "2024-12-08T21:30:00.000+08:00",
"end": "2024-12-08T23:00:00.000+08:00",
"location": "Just H",
"platform": [
"PC",
"Android"
],
"tags": [
"new"
],
"group": {
"name": "8Clound",
"id": "grp_1fffffff-ffff-ffff-ffff-ffffffffffff"
},
"language": "zh-CN",
"title": "9Clound",
"description": "Only 853Lab can do!",
"require": "要求",
"join": "加入方式",
"note": "备注",
"multilingual": {
"en": {
"title": "9Clound",
"description": "Only 853Lab can do!",
"require": "Require",
"join": "Require join",
"note": "Note"
},
"ja": {
"title": "jClound",
"description": "Only 853Lab can do!",
"require": "0 .0",
"join": "0. 0",
"note": "Wat"
},
"zh-CN": {
"title": "9Clound",
"description": "Only 853Lab can do!",
"require": "要求!",
"join": "加入方式!",
"note": "备注!"
},
"zh-HK": {
"title": "9Clound!",
"description": "Only 853Lab can do!",
"require": "要求!!",
"join": "加入方式!!",
"note": "备注!!"
}
}
}
]
}