feat(components): 添加图片验证码

This commit is contained in:
Soybean
2021-10-18 16:45:35 +08:00
parent 9097fa3866
commit 336c7766f9
17 changed files with 336 additions and 270 deletions

View File

@@ -2,7 +2,6 @@ import { defineConfig } from 'windicss/helpers';
import themeSettings from './src/settings/theme.json';
const {
themeColor,
otherColor: { info, success, warning, error }
} = themeSettings;
@@ -35,7 +34,6 @@ export default defineConfig({
theme: {
extend: {
colors: {
primary: themeColor,
info,
success,
warning,