chore: 初始化文件结构

This commit is contained in:
2024-08-26 14:07:57 +08:00
parent d4f497f484
commit eb13a9efdb
24 changed files with 3035 additions and 0 deletions

13
src/assets/js/naive-ui.js Normal file
View File

@@ -0,0 +1,13 @@
import { dateZhCN, zhCN } from 'naive-ui';
/** @type { import('naive-ui').ConfigProviderProps } */
export const configProviderProps = {
// 语言
dateLocale: dateZhCN,
locale: zhCN,
// 禁用 inline 主题
inlineThemeDisabled: true,
};