feat: playground
This commit is contained in:
+7
-4
@@ -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: {},
|
||||
|
||||
@@ -15,6 +15,7 @@ export default [
|
||||
},
|
||||
{
|
||||
name: 'Playground',
|
||||
title: 'Playground',
|
||||
path: '/playground',
|
||||
key: 'playground',
|
||||
icon: 'Comment',
|
||||
|
||||
Reference in New Issue
Block a user