From 9bb8109c2cc4317052c9904772219fe9ab16be9a Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sat, 9 Aug 2025 16:13:38 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E5=BE=AE=E8=B0=83=E5=85=AC?= =?UTF-8?q?=E5=91=8A=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/t-anno.vue | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/views/t-anno.vue b/src/views/t-anno.vue index 47d6963e..3b9c4eff 100644 --- a/src/views/t-anno.vue +++ b/src/views/t-anno.vue @@ -6,8 +6,8 @@
AnnoID: {{ annoId }} | Render by TeyvatGuide v{{ appVersion }}
-
{{ annoData.title }}
-
{{ parseText(annoData.subtitle) }}
+
{{ parseText(annoData.subtitle) }}
+
{{ annoData.title }}
@@ -74,7 +74,7 @@ async function createAnnoJson(): Promise { await createTGWindow(jsonPath, "Dev_JSON", jsonTitle, 960, 720, false, false); } -