We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05aa68 commit c0d9141Copy full SHA for c0d9141
1 file changed
scripts/ChronologyOfStellarTrails/detail.js
@@ -593,6 +593,11 @@ function handleBackButton() {
593
}
594
595
596
+// resize
597
+window.addEventListener('resize', () => {
598
+ initOrbitAnimation();
599
+});
600
+
601
// 初始化页面
602
document.addEventListener("DOMContentLoaded", function () {
603
initCurrentMissionIndex(); // 根据localStorage初始化任务索引
0 commit comments