From fb5d7806dc78a4ba994345a710b52f6922206caa Mon Sep 17 00:00:00 2001 From: arily Date: Thu, 14 Mar 2024 00:16:06 +0800 Subject: [PATCH] fix: zh-cn inconsistent tab sizes --- nuxt.config.ts | 4 ---- src/components/app/score/heading.vue | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index b9f716c3..92d8208b 100755 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -37,10 +37,6 @@ export default defineNuxtConfig({ vite: { }, - vue: { - defineModel: true, - }, - typescript: { strict: true, }, diff --git a/src/components/app/score/heading.vue b/src/components/app/score/heading.vue index 8b148081..d0d8d826 100644 --- a/src/components/app/score/heading.vue +++ b/src/components/app/score/heading.vue @@ -38,8 +38,8 @@ en-GB: download-replay: Download replay zh-CN: - title: "曲名\t\t\t{title}\n艺术家\t\t{artist}" - map: "难度\t\t\t{version}\n谱师\t\t\t{creator}" + title: "曲名 \t\t{title}\n艺术家\t\t{artist}" + map: "难度 \t\t{version}\n谱师 \t\t{creator}" play: '{player} 于 {time} 留下了此成绩' download-replay: 下载回放