/** * Item类型 * todo:1、支持更换模板 2、处理禁用的情况 */ export interface GridShowModeItem { type: string; icon: string; url: string; disable: boolean; }