first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:25:01 +08:00
commit 23dc139a31
293 changed files with 52615 additions and 0 deletions

9
config/defaultTheme.js Normal file
View File

@@ -0,0 +1,9 @@
export default {
token: {
//主题色
colorPrimary: '#13A8A8',
colorBgBase: '#F4F4F4'
}
}