/** * 引用选项动态数据 */ interface CFPDDynamicRef { /** * 是否生来脆弱 */ bornWeak?: boolean; /** * 选项文字 */ text?: string; }