提交
This commit is contained in:
8
themeColor/index.js
Normal file
8
themeColor/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
* 主题色 本项目样式中使用到该颜色的位置将会在切换主题色时
|
||||
* 修改本文件后请运行一次 npm run dev 以保证./index.scss文件生成正常
|
||||
* */
|
||||
|
||||
const themeColor = '#409EFF'
|
||||
// const themeColor = '#4451B2'
|
||||
module.exports = themeColor
|
||||
Reference in New Issue
Block a user