更新国际化支持:修正替换词格式的显示,确保英文和中文文本中的格式一致性。

This commit is contained in:
jxxghp
2025-04-28 07:53:56 +08:00
parent 947590ac91
commit 819dd01d60
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -527,7 +527,6 @@ declare module 'vue' {
readonly useFullscreen: UnwrapRef<typeof import('@vueuse/core')['useFullscreen']>
readonly useGamepad: UnwrapRef<typeof import('@vueuse/core')['useGamepad']>
readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
readonly useI18n: UnwrapRef<typeof import('vue-i18n')['useI18n']>
readonly useId: UnwrapRef<typeof import('vue')['useId']>
readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
readonly useImage: UnwrapRef<typeof import('@vueuse/core')['useImage']>