-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathscenario-speaker.json
88 lines (88 loc) · 1.99 KB
/
scenario-speaker.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
{
"checkin": {
"order": 1,
"display_text": {
"en-US": "Check-in",
"zh-TW": "報到"
},
"available_time": "2024/03/09 7:30 +0800",
"expire_time": "2024/03/09 17:00 +0800",
"countdown": 0,
"related_scenario": [
{
"id": "kit",
"staff_query_used": true,
"unlock": true
},
{
"id": "lunch",
"staff_query_disable_message": "請出示您的餐券以領取午餐",
"unlock": true
}
],
"deliver_puzzle": 2
},
"kit": {
"order": 2,
"display_text": {
"en-US": "Welcome Speaker Kit",
"zh-TW": "講者迎賓袋"
},
"available_time": "2024/03/09 8:30 +0800",
"expire_time": "2024/03/09 16:00 +0800",
"countdown": 180,
"attr": [
{
"row_name": "shirt_size",
"attr_name": "shirt_size"
}
],
"lock_message": "Haven't Check-in"
},
"ticket_Stub": {
"order": 3,
"display_text": {
"en-US": "Ticket Stub for Transport Allowance",
"zh-TW": "繳交交通補助票根"
},
"available_time": "2024/03/09 7:30 +0800",
"expire_time": "2024/03/09 17:00 +0800",
"countdown": 45
},
"lunch": {
"order": 4,
"display_text": {
"en-US": "Lunch",
"zh-TW": "領取午餐"
},
"available_time": "2024/03/09 11:15 +0800",
"expire_time": "2024/03/09 13:00 +0800",
"countdown": 45,
"lock_message": "你還沒點報到鈕!",
"attr": [
{
"row_name": "飲食",
"attr_name": "diet",
"value": {
"素": "vegetarian",
"葷": "meat"
}
}
]
},
"celebration": {
"order": 5,
"display_text": {
"en-US": "Celebration",
"zh-TW": "慶功宴"
},
"available_time": "2024/03/09 17:30 +0800",
"expire_time": "2024/03/09 20:00 +0800",
"countdown": 45,
"not_lock_rule": {
"row_name": "celebration",
"value_match": "1",
"not_match_disable_message": "已選擇不出席"
}
}
}