Skip to content

Commit

Permalink
fix: zh-cn inconsistent tab sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
arily committed Mar 13, 2024
1 parent af9be47 commit fb5d780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ export default defineNuxtConfig({
vite: {
},

vue: {
defineModel: true,
},

typescript: {
strict: true,
},
Expand Down
4 changes: 2 additions & 2 deletions src/components/app/score/heading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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: 下载回放

Expand Down

0 comments on commit fb5d780

Please sign in to comment.