feat: Add a new component CodeEditor (#466)

This commit is contained in:
lt5227
2024-05-15 10:16:18 +08:00
parent 3d1c8a8a3d
commit 00989b7ac9
9 changed files with 422 additions and 3 deletions

View File

@@ -202,6 +202,14 @@ const adminList = [
meta: {
title: 'router.jsonEditor'
}
},
{
path: 'code-editor',
component: 'views/Components/Editor/CodeEditor',
name: 'CodeEditor',
meta: {
title: 'router.codeEditor'
}
}
]
},
@@ -687,6 +695,7 @@ const testList: string[] = [
'/components/editor-demo',
'/components/editor-demo/editor',
'/components/editor-demo/json-editor',
'/components/editor-demo/code-editor',
'/components/search',
'/components/descriptions',
'/components/image-viewer',