feat: playground

This commit is contained in:
jialin
2024-05-15 19:36:17 +08:00
parent 72a53424fa
commit fd9f3d8bd9
19 changed files with 380 additions and 20 deletions
+7 -4
View File
@@ -6,17 +6,20 @@ export default defineConfig({
antd: {
style: 'less',
configProvider: {
componentSize: 'large',
theme:{
'root-entry-name': 'variable',
cssVar: true,
hashed: false,
token: {
colorPrimary: '#2fbf85',
motion: true,
}
token: {
colorPrimary: '#2fbf85',
borderRadius:'20px',
motion: true,
},
},
}
},
hash: true,
access: {},
model: {},
initialState: {},
+1
View File
@@ -15,6 +15,7 @@ export default [
},
{
name: 'Playground',
title: 'Playground',
path: '/playground',
key: 'playground',
icon: 'Comment',