接口选择器新增事件配置功能

This commit is contained in:
宿命的风 2025-04-10 13:03:20 +08:00
parent aa197a6fd6
commit 32a224ccbb

View File

@ -47,5 +47,5 @@ export interface SelectRuleOption {
name: string // 组件名称
icon: string // 组件图标
props?: any[], // 组件规则
event?: any[] // 事件
event?: any[] // 事件配置
}