This commit is contained in:
dap
2025-02-06 22:38:05 +08:00
11 changed files with 51 additions and 7 deletions

View File

@@ -347,7 +347,7 @@ export interface ActionButtonOptions {
/** 是否显示 */
show?: boolean;
/** 按钮文本 */
text?: string;
content?: string;
/** 任意属性 */
[key: string]: any;
}