feat: add extension property
This commit is contained in:
@@ -22,6 +22,7 @@ interface IElement {
|
||||
};
|
||||
value: string;
|
||||
valueList?: IElement[]; // 复合元素(超链接、标题、列表等)使用
|
||||
extension?: unknown;
|
||||
// 样式
|
||||
font?: string;
|
||||
size?: number;
|
||||
|
||||
Reference in New Issue
Block a user