mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(components): 添加图片验证码
This commit is contained in:
@ -40,18 +40,23 @@ const themeStore = defineStore({
|
||||
primaryColor,
|
||||
primaryColorHover,
|
||||
primaryColorPressed,
|
||||
primaryColorSuppl: primaryColor,
|
||||
infoColor,
|
||||
infoColorHover,
|
||||
infoColorPressed,
|
||||
infoColorSuppl: infoColor,
|
||||
successColor,
|
||||
successColorHover,
|
||||
successColorPressed,
|
||||
successColorSuppl: infoColor,
|
||||
warningColor,
|
||||
warningColorHover,
|
||||
warningColorPressed,
|
||||
warningColorSuppl: warningColor,
|
||||
errorColor,
|
||||
errorColorHover,
|
||||
errorColorPressed
|
||||
errorColorPressed,
|
||||
errorColorSuppl: errorColor
|
||||
},
|
||||
LoadingBar: {
|
||||
colorLoading
|
||||
|
Reference in New Issue
Block a user