style: 演唱會搜尋橫列

This commit is contained in:
2026-06-03 15:24:31 +08:00
parent 2f369221b2
commit 1d87ad6074
3 changed files with 112 additions and 23 deletions
+1 -1
View File
@@ -173,7 +173,7 @@
group.appendChild(toggle);
group.appendChild(body);
itineraryList.insertBefore(group, detailPanel);
itineraryList.appendChild(group);
dayGroups.set(dayLabel, { group, toggle, body });
return dayGroups.get(dayLabel);
}