perf: 去掉预览效果

This commit is contained in:
“huailei000”
2022-07-06 20:01:36 +08:00
committed by huailei
parent a3e97cb039
commit e5f18fa2bb

View File

@@ -4,12 +4,7 @@ import defaultThemeConfig from './default.js'
import store from '@/store/index.js'
export const defaultThemeColor = '#1ab394'
export const matchColor = {
classic: '#1ab394',
chinese_red: '#bd1a2d',
tech_blue: '#174779',
deep_black: '#0576b9'
}
export const matchColor = {}
export function generateColors(primary) {
const colors = {}