Feat/i18n restructure (#2529)

This commit is contained in:
crazywoola
2024-02-23 14:31:06 +08:00
committed by GitHub
parent 91ea6fe4ee
commit 9574730050
140 changed files with 448 additions and 659 deletions

View File

@@ -1,4 +1,4 @@
import type { I18nText } from '@/utils/language'
import type { I18nText } from '@/i18n/language'
export type CommonResponse = {
result: 'success' | 'fail'