/** CustomSelect / 权限规则列表等处的简单选项。 */ export type Option = { label: string // 展示给用户的文本 value: string // 选中后回传的内部值(如规则 key、占位符) }