-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
126 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
{ | ||
"event_id": "SITCON_2025", | ||
"display_name": { | ||
"en": "SITCON 2025", | ||
"zh": "SITCON 2025" | ||
}, | ||
"logo_url": "https://sitcon.org/branding/assets/logos/withname-white.png", | ||
"event_website": "https://sitcon.org/2025/", | ||
"event_date": { | ||
"start": "2025-03-08T00:00:00+08:00", | ||
"end": "2025-03-08T00:00:00+08:00" | ||
}, | ||
"publish": { | ||
"start": "2025-01-24T08:00", | ||
"end": "2026-03-28T08:00" | ||
}, | ||
"features": [ | ||
{ | ||
"feature": "fastpass", | ||
"display_text": { | ||
"en": "Fast Pass", | ||
"zh": "快速通關" | ||
}, | ||
"visible_roles": [ | ||
"audience", | ||
"staff", | ||
"speaker" | ||
], | ||
"url": "https://sitcon.opass.app" | ||
}, | ||
{ | ||
"feature": "schedule", | ||
"display_text": { | ||
"en": "Schedule", | ||
"zh": "議程" | ||
}, | ||
"url": "https://sitcon.org/2025/sessions.json" | ||
}, | ||
{ | ||
"feature": "ticket", | ||
"display_text": { | ||
"en": "Ticket", | ||
"zh": "我的票券" | ||
} | ||
}, | ||
{ | ||
"feature": "announcement", | ||
"display_text": { | ||
"en": "Announcement", | ||
"zh": "大會公告" | ||
}, | ||
"url": "https://sitcon.opass.app" | ||
}, | ||
{ | ||
"feature": "wifi", | ||
"display_text": { | ||
"en": "WiFi", | ||
"zh": "會場 WiFi" | ||
}, | ||
"wifi": [ | ||
{ | ||
"SSID": "SITCON_via KlickKlack", | ||
"password": "20250308" | ||
} | ||
] | ||
}, | ||
{ | ||
"feature": "venue", | ||
"display_text": { | ||
"en": "Venue", | ||
"zh": "會場地圖" | ||
}, | ||
"url": "https://sitcon.org/2025/venue/?mode=app" | ||
}, | ||
{ | ||
"feature": "sponsors", | ||
"display_text": { | ||
"en": "Sponsors", | ||
"zh": "合作夥伴" | ||
}, | ||
"url": "https://sitcon.org/2025/sponsor/?mode=app" | ||
}, | ||
{ | ||
"feature": "staffs", | ||
"display_text": { | ||
"en": "Staffs", | ||
"zh": "工作人員" | ||
}, | ||
"url": "https://sitcon.org/2025/staff/?mode=app" | ||
}, | ||
{ | ||
"feature": "webview", | ||
"display_text": { | ||
"en": "個人贊助支持", | ||
"zh": "個人贊助支持" | ||
}, | ||
"icon": "https://sitcon.org/2025/opass/volunteer_activism_FILL0_wght400_GRAD0.png", | ||
"url": "https://sitcon.org/donate" | ||
}, | ||
{ | ||
"feature": "telegram", | ||
"display_text": { | ||
"en": "Telegram", | ||
"zh": "Telegram" | ||
}, | ||
"url": "http://sitcon.org/telegram" | ||
}, | ||
{ | ||
"feature": "webview", | ||
"display_text": { | ||
"en": "Discord", | ||
"zh": "Discord" | ||
}, | ||
"icon": "https://sitcon.org/2025/opass/discord.png", | ||
"url": "http://sitcon.org/discord" | ||
}, | ||
{ | ||
"feature": "im", | ||
"display_text": { | ||
"en": "IRC Log", | ||
"zh": "IRC Log" | ||
}, | ||
"url": "https://ysitd.licson.net/channel/SITCON/today" | ||
} | ||
] | ||
} |