feat(i18n): 重构国际化组件,添加新的语言支持和功能
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 1m16s
/ depcheck (push) Successful in 1m38s
/ playwright (push) Successful in 2m46s

This commit is contained in:
严浩
2024-11-07 12:36:37 +08:00
parent a4cc30f816
commit 3eed9a44df
9 changed files with 377 additions and 14 deletions

View File

@ -1,7 +1,6 @@
import { createProgressGuard, createLogGuard, createStackGuard } from 'utils4u/vue-router';
import { createRouter, createWebHistory, type Router } from 'vue-router';
import { routes, handleHotUpdate } from 'vue-router/auto-routes';
console.debug(`routes :>> `, JSON.stringify(routes, null, 2));
export const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),