diff --git a/src/assets/ani/海报p1.zip b/src/assets/ani/海报p1.zip index b0380d7..8f4d842 100644 Binary files a/src/assets/ani/海报p1.zip and b/src/assets/ani/海报p1.zip differ diff --git a/src/assets/bgm.mp3 b/src/assets/bgm.mp3 index fc9a83a..6c1fdb0 100644 Binary files a/src/assets/bgm.mp3 and b/src/assets/bgm.mp3 differ diff --git a/src/assets/icons/bigcion1.webp b/src/assets/icons/bigicon1.webp similarity index 100% rename from src/assets/icons/bigcion1.webp rename to src/assets/icons/bigicon1.webp diff --git a/src/pages/Game/LastPage.vue b/src/pages/Game/LastPage.vue index 82d245b..19269c1 100644 --- a/src/pages/Game/LastPage.vue +++ b/src/pages/Game/LastPage.vue @@ -1,5 +1,5 @@ @@ -111,19 +160,19 @@ function scrollToPoster(index: number) {
-
-
+
+
答题进度 {{ qIndex + 1 }} / {{ total }}
@@ -396,6 +397,12 @@ const confirmState = ref<'none' | 'confirmed'>('none'); height: 2vw; } +.quiz-progress-text{ + position: absolute; + bottom: 11.5%; + font-size: 3.1vw; +} + .dot .dot-item { background-color: #E2ECF9;