初始化

This commit is contained in:
2026-03-26 20:18:20 +08:00
commit 120a5b4dfd
368 changed files with 35926 additions and 0 deletions

13
src/locales/ui.ts Normal file
View File

@@ -0,0 +1,13 @@
// import { dateEnUS, dateZhCN, enUS, zhCN } from 'naive-ui';
import zhCn from 'element-plus/dist/locale/zh-cn.mjs';
import en from 'element-plus/dist/locale/en.mjs';
export const UILocales: any = {
'zh-CN': zhCn,
'en-US': en
};
// export const naiveDateLocales: Record<App.I18n.LangType, NDateLocale> = {
// 'zh-CN': dateZhCN,
// 'en-US': dateEnUS
// };