2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 13:47:15 +08:00

feat: 提交部分前端翻译

This commit is contained in:
2025-04-13 01:14:11 +08:00
parent db0679cd92
commit df32b3b5de
25 changed files with 5589 additions and 1294 deletions

View File

@@ -6,7 +6,6 @@ import 'virtual:uno.css'
import { createApp } from 'vue'
import App from './App.vue'
import { setupI18n } from '@/i18n/i18n'
import { setupRouter } from '@/router'
import { setupStore, useThemeStore } from '@/store'
import { createGettext, setupNaiveDiscreteApi } from '@/utils'
@@ -31,7 +30,6 @@ async function setupApp() {
await setupNaiveDiscreteApi()
await setupPanel().then(() => {
app.use(createGettext)
setupI18n(app)
})
await setupRouter(app)
app.mount('#app')