-
Notifications
You must be signed in to change notification settings - Fork 3
/
scenario-staff.json
79 lines (79 loc) · 1.78 KB
/
scenario-staff.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
{
"checkin": {
"order": 0,
"display_text": {
"en-US": "Check-in",
"zh-TW": "報到"
},
"available_time": "2024/03/09 06:30 +0800",
"expire_time": "2024/03/09 17:00 +0800",
"countdown": 0,
"attr": [
{
"row_name": "diet",
"attr_name": "diet",
"value": {
"素": "vegetarian",
"葷": "meat"
}
}
],
"deliver_puzzle": 2
},
"kit": {
"order": 1,
"display_text": {
"en-US": "Clothes",
"zh-TW": "領取衣服"
},
"available_time": "2024/03/08 13:30 +0800",
"expire_time": "2024/03/09 17:00 +0800",
"countdown": 36400,
"attr": [
{
"row_name": "T_shirt_size",
"attr_name": "T_shirt_size"
}
]
},
"room": {
"order": 2,
"display_text": {
"en-US": "room",
"zh-TW": "住宿"
},
"available_time": "2024/03/08 06:30 +0800",
"expire_time": "2024/03/09 17:00 +0800",
"countdown": 36400,
"not_lock_rule": {
"row_name": "haveroom",
"value_match": "Y",
"not_match_disable_message": "很抱歉,你沒有申請住宿。QQ"
}
},
"allowance": {
"order": 3,
"display_text": {
"en-US": "Transport Allowance",
"zh-TW": "交通補助"
},
"available_time": "2024/03/09 10:30 +0800",
"expire_time": "2024/03/09 17:00 +0800",
"countdown": 36400,
"not_lock_rule": {
"row_name": "haveallowance",
"value_match": "Y",
"not_match_disable_message": "很抱歉,你沒有申請交通補助。QQ"
}
},
"celebration": {
"order": 4,
"display_text": {
"en-US": "Celebration",
"zh-TW": "慶功宴"
},
"available_time": "2024/03/09 17:30 +0800",
"expire_time": "2024/03/09 20:00 +0800",
"countdown": 0
}
}