Skip to content

Commit

Permalink
Merge pull request #136 from mjsoftking/perf-MenuItem-icon
Browse files Browse the repository at this point in the history
perf:优化默认显示菜单图标输入项,无须手动输入元数据icon
  • Loading branch information
nineya committed May 23, 2024
2 parents f781a3e + ee0329f commit aa6ebb6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions annotation-setting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,19 @@ spec:
label: 关闭
- value: ""
label: 跟随默认配置

---

apiVersion: v1alpha1
kind: AnnotationSetting
metadata:
generateName: annotation-setting-
spec:
targetRef:
group: ""
kind: MenuItem
formSchema:
- $formkit: "text"
name: "icon"
label: "图标"
placeholder: '请输入图标 class 内容'

0 comments on commit aa6ebb6

Please sign in to comment.