We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d002f2c commit 33bd4e5Copy full SHA for 33bd4e5
index.html
@@ -144,7 +144,8 @@ <h3 class="text-lg font-semibold text-gray-700 mb-4">異味發生熱點時段 (2
144
145
<script>
146
// 設定 CSV 資料來源 URL
147
- const CSV_URL = 'https://docs.google.com/spreadsheets/d/e/2PACX-1vSU08cMkQD3qG0_wn4GxHH9Ebo8J3cyDB7oOk1GOjEVi55aB-2_Ks81gYKKoR86I4Ey2oGG-ZFF3JR/pub?output=csv';
+ // 已更新為使用者提供的正確連結
148
+ const CSV_URL = 'https://docs.google.com/spreadsheets/d/e/2PACX-1vSU08cMkQD3qG0_wn4GxHH9Ebo8J3cyDB7oOk1GOjEVi55aB-2_Ks81gYKKoR86I4Ey2oGGX-ZFF3JR/pub?output=csv';
149
150
let rawData = []; // 儲存原始資料
151
let filteredData = []; // 儲存篩選後的資料
0 commit comments