diff --git a/.gitignore b/.gitignore index 424340a..3539f7c 100644 --- a/.gitignore +++ b/.gitignore @@ -79,6 +79,7 @@ __pycache__/ .claude/ .codex/ .agents/ +.pi/ skills-lock.json AGENTS.md diff --git a/data/venues/rohm-theatre-kyoto.json b/data/venues/rohm-theatre-kyoto.json new file mode 100644 index 0000000..7444e87 --- /dev/null +++ b/data/venues/rohm-theatre-kyoto.json @@ -0,0 +1,32 @@ +{ + "id": "rohm-theatre-kyoto", + "name_zh": "ROHM Theatre 京都", + "name_jp": "ロームシアター京都", + "name_romaji": "ROHM Theatre Kyoto", + "prefecture": "kyoto", + "city": "京都市左京区", + "aliases": [ + "京都会館", + "Kyoto Kaikan", + "ロームシアター", + "罗姆剧场京都" + ], + "subMaps": [ + { + "id": "main-hall", + "label_zh": "Main Hall", + "label_jp": "メインホール", + "imageUrl": "/seatmaps/rohm-theatre-kyoto/main-hall.webp", + "width": 1514, + "height": 2048 + }, + { + "id": "south-hall", + "label_zh": "South Hall", + "label_jp": "サウスホール", + "imageUrl": "/seatmaps/rohm-theatre-kyoto/south-hall.webp", + "width": 1483, + "height": 2048 + } + ] +} diff --git a/public/seatmaps/rohm-theatre-kyoto/main-hall.webp b/public/seatmaps/rohm-theatre-kyoto/main-hall.webp new file mode 100644 index 0000000..c3b938a Binary files /dev/null and b/public/seatmaps/rohm-theatre-kyoto/main-hall.webp differ diff --git a/public/seatmaps/rohm-theatre-kyoto/south-hall.webp b/public/seatmaps/rohm-theatre-kyoto/south-hall.webp new file mode 100644 index 0000000..a380d9d Binary files /dev/null and b/public/seatmaps/rohm-theatre-kyoto/south-hall.webp differ