This commit is contained in:
GGJ
2025-01-09 19:02:44 +08:00
commit 92e7a7a5eb
2943 changed files with 1152283 additions and 0 deletions

8
themeColor/index.js Normal file
View File

@@ -0,0 +1,8 @@
/*
* 主题色 本项目样式中使用到该颜色的位置将会在切换主题色时
* 修改本文件后请运行一次 npm run dev 以保证./index.scss文件生成正常
* */
const themeColor = '#409EFF'
// const themeColor = '#4451B2'
module.exports = themeColor