feat: 地圖預設殷志源單圖

This commit is contained in:
2026-06-03 13:28:45 +08:00
parent d2e61d09e7
commit 2f369221b2
2 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -77,7 +77,7 @@
const openMapLinkEun = document.getElementById("open-map-link-eun"); const openMapLinkEun = document.getElementById("open-map-link-eun");
const dayGroups = new Map(); const dayGroups = new Map();
let currentMember = "all"; let currentMember = "eun";
let currentKeyword = ""; let currentKeyword = "";
const memberMaps = { const memberMaps = {
eun: { eun: {
@@ -93,7 +93,7 @@
ko: "高高父子遊台灣", ko: "高高父子遊台灣",
eun: "殷空少搭飛機去台灣高雄" eun: "殷空少搭飛機去台灣高雄"
}; };
const memberSortOrder = { ko: 0, eun: 1 }; const memberSortOrder = { eun: 0, ko: 1 };
function normalizeMember(member) { function normalizeMember(member) {
if (member === "kogo") return "ko"; if (member === "kogo") return "ko";
+16 -16
View File
@@ -25,9 +25,9 @@
<nav class="portal-nav" aria-label="水晶男孩推廣部導覽" data-portal-nav></nav> <nav class="portal-nav" aria-label="水晶男孩推廣部導覽" data-portal-nav></nav>
<div class="member-tabs" aria-label="成員篩選"> <div class="member-tabs" aria-label="成員篩選">
<button class="tab-btn active" data-member="all" aria-pressed="true">全部行程</button> <button class="tab-btn active" data-member="eun" aria-pressed="true">殷空少搭飛機去台灣高雄</button>
<button class="tab-btn" data-member="ko" aria-pressed="false">高高父子遊台灣</button> <button class="tab-btn" data-member="ko" aria-pressed="false">高高父子遊台灣</button>
<button class="tab-btn" data-member="eun" aria-pressed="false">殷空少搭飛機去台灣高雄</button> <button class="tab-btn" data-member="all" aria-pressed="false">全部行程</button>
</div> </div>
<canvas id="particles"></canvas> <canvas id="particles"></canvas>
@@ -36,24 +36,17 @@
placeholder="搜尋地點、描述、標籤(例如:九份、夜市、Day 2)"> placeholder="搜尋地點、描述、標籤(例如:九份、夜市、Day 2)">
<main id="taipei" class="content-container map-layout"> <main id="taipei" class="content-container map-layout">
<!-- 備註:Google My Maps 嵌入。「全部行程」並排兩張;單一成員時只顯示對應一張 <!-- 備註:Google My Maps 嵌入。預設殷志源單圖;「全部行程」並排兩張(殷志源在上/左)
右側列表為敘事與導覽;地圖與標籤在 map.js 的 memberMaps 設定。 --> 右側列表為敘事與導覽;地圖與標籤在 map.js 的 memberMaps 設定。 -->
<section class="map-sticky"> <section class="map-sticky">
<h2 class="map-title">水晶男孩台灣行程地圖</h2> <h2 class="map-title">水晶男孩台灣行程地圖</h2>
<div class="map-embed-single" id="map-embed-single" hidden> <div class="map-embed-single" id="map-embed-single">
<iframe id="member-map" class="map-my-maps-frame" title="SECHSKIES 踩點地圖(單一行程)" loading="lazy" <iframe id="member-map" class="map-my-maps-frame" title="SECHSKIES 踩點地圖(單一行程)" loading="lazy"
referrerpolicy="no-referrer-when-downgrade" referrerpolicy="no-referrer-when-downgrade"
src="https://www.google.com/maps/d/embed?mid=1VGZ76SPPjm3NWCBQe-hkm08oe5WPRJI&ehbc=2E312F"> src="https://www.google.com/maps/d/embed?mid=1VGZ76SPPjm3NWCBQe-hkm08oe5WPRJI&ehbc=2E312F">
</iframe> </iframe>
</div> </div>
<div class="map-embed-all" id="map-embed-all"> <div class="map-embed-all" id="map-embed-all" hidden>
<div class="map-embed-pair">
<p class="map-embed-label">高高父子遊台灣</p>
<iframe id="member-map-ko" class="map-my-maps-frame" title="高高父子遊台灣 踩點地圖" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
src="https://www.google.com/maps/d/embed?mid=1xpAsSoO8gNmMiW4x2sfkndISFTtjMQDw&hl=zh-TW&ehbc=2E312F">
</iframe>
</div>
<div class="map-embed-pair"> <div class="map-embed-pair">
<p class="map-embed-label">殷空少搭飛機去台灣高雄</p> <p class="map-embed-label">殷空少搭飛機去台灣高雄</p>
<iframe id="member-map-eun" class="map-my-maps-frame" title="殷志源高雄行程 踩點地圖" loading="lazy" <iframe id="member-map-eun" class="map-my-maps-frame" title="殷志源高雄行程 踩點地圖" loading="lazy"
@@ -61,17 +54,24 @@
src="https://www.google.com/maps/d/embed?mid=1VGZ76SPPjm3NWCBQe-hkm08oe5WPRJI&ehbc=2E312F"> src="https://www.google.com/maps/d/embed?mid=1VGZ76SPPjm3NWCBQe-hkm08oe5WPRJI&ehbc=2E312F">
</iframe> </iframe>
</div> </div>
<div class="map-embed-pair">
<p class="map-embed-label">高高父子遊台灣</p>
<iframe id="member-map-ko" class="map-my-maps-frame" title="高高父子遊台灣 踩點地圖" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
src="https://www.google.com/maps/d/embed?mid=1xpAsSoO8gNmMiW4x2sfkndISFTtjMQDw&hl=zh-TW&ehbc=2E312F">
</iframe>
</div>
</div> </div>
<div class="map-links-wrap"> <div class="map-links-wrap">
<a id="open-map-link" class="map-link" target="_blank" hidden <a id="open-map-link" class="map-link" target="_blank"
href="https://www.google.com/maps/d/u/0/viewer?mid=1VGZ76SPPjm3NWCBQe-hkm08oe5WPRJI"> href="https://www.google.com/maps/d/u/0/viewer?mid=1VGZ76SPPjm3NWCBQe-hkm08oe5WPRJI">
在 Google My Maps 開啟完整地圖 在 Google My Maps 開啟完整地圖
</a> </a>
<div id="open-map-links-dual" class="map-links-dual"> <div id="open-map-links-dual" class="map-links-dual" hidden>
<a id="open-map-link-ko" class="map-link" target="_blank"
href="https://www.google.com/maps/d/u/0/viewer?mid=1xpAsSoO8gNmMiW4x2sfkndISFTtjMQDw">開啟「高高父子遊台灣」My Maps</a>
<a id="open-map-link-eun" class="map-link" target="_blank" <a id="open-map-link-eun" class="map-link" target="_blank"
href="https://www.google.com/maps/d/u/0/viewer?mid=1VGZ76SPPjm3NWCBQe-hkm08oe5WPRJI">開啟「殷空少搭飛機去台灣高雄」My Maps</a> href="https://www.google.com/maps/d/u/0/viewer?mid=1VGZ76SPPjm3NWCBQe-hkm08oe5WPRJI">開啟「殷空少搭飛機去台灣高雄」My Maps</a>
<a id="open-map-link-ko" class="map-link" target="_blank"
href="https://www.google.com/maps/d/u/0/viewer?mid=1xpAsSoO8gNmMiW4x2sfkndISFTtjMQDw">開啟「高高父子遊台灣」My Maps</a>
</div> </div>
</div> </div>
</section> </section>