This commit is contained in:
zhuoda
2022-11-05 22:40:22 +08:00
parent 1f75c9614e
commit f9cc5accde
1807 changed files with 127943 additions and 78167 deletions
@@ -0,0 +1,17 @@
/*
* 中文国际化
*
* @Author: 1024创新实验室-主任:卓大
* @Date: 2022-09-06 20:01:06
* @Wechat: zhuda1024
* @Email: lab1024@163.com
* @Copyright 1024创新实验室 https://1024lab.net ),Since 2012
*/
import antd from 'ant-design-vue/es/locale-provider/zh_CN';
import dayjs from 'dayjs/locale/zh-cn';
export default {
antdLocale: antd,
dayjsLocale: dayjs,
'setting.title': '网站设置',
};