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);
}
-