wip: support multilingual configuration

This commit is contained in:
vben
2020-11-19 23:01:27 +08:00
parent 3a651767fe
commit 8882d4e7ea
25 changed files with 372 additions and 135 deletions

View File

@@ -7,6 +7,7 @@ import { isProdMode } from '/@/utils/env';
// ! You need to clear the browser cache after the change
const setting: ProjectConfig = {
locale: 'en',
// color
// TODO 主题色
themeColor: primaryColor,