chore: 菜单图标的提示信息

This commit is contained in:
dap 2024-10-10 13:31:36 +08:00
parent 60d513ce40
commit d10f950b6b

View File

@ -180,8 +180,15 @@ export const drawerSchema: FormSchemaGetter = () => [
show: (values) => values.menuType !== 'F',
triggerFields: ['menuType'],
},
renderComponentContent: () => ({
addonAfter: () => (
<a href="https://icon-sets.iconify.design/" target="_blank">
</a>
),
}),
fieldName: 'icon',
help: '选择或者从 https://icon-sets.iconify.design/ 查找名称粘贴',
help: '点击搜索图标跳转到iconify & 粘贴',
label: '菜单图标',
},
{