diff --git a/src/components/pageWiki/twc-character.vue b/src/components/pageWiki/twc-character.vue index 2e9fdcee..cf27e391 100644 --- a/src/components/pageWiki/twc-character.vue +++ b/src/components/pageWiki/twc-character.vue @@ -18,7 +18,7 @@
{{ data.description }}
-
+
{{ data.elePrefix }} {{ data.element }} @@ -40,7 +40,7 @@ {{ data.brief.birth }}
-
+
汉语CV {{ data.brief.cv.cn }} @@ -182,7 +182,7 @@ async function toBirth(date: string): Promise { await router.push({ name: "留影叙佳期", params: { date: birth } }); } -