mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
b901ea36fc
* chore: 增加iconConfig配置 * chore: 增加图标配置 --------- Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
18 lines
470 B
JSON
18 lines
470 B
JSON
[
|
|
{
|
|
"name": "packages/amis-ui",
|
|
"iconPath": "packages/amis-ui/src/components/icons.tsx",
|
|
"iconDir": "packages/amis-ui/src/icons"
|
|
},
|
|
{
|
|
"name": "packages/amis-editor",
|
|
"iconPath": "packages/amis-editor/src/icons/index.tsx",
|
|
"iconDir": "packages/amis-editor/src/icons"
|
|
},
|
|
{
|
|
"name": "packages/amis-editor-core",
|
|
"iconPath": "packages/amis-editor-core/src/icons/index.tsx",
|
|
"iconDir": "packages/amis-editor-core/src/icons"
|
|
}
|
|
]
|