🔨 执行命令.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
// 模板参数
|
||||
export interface TemplateParam {
|
||||
name?: string;
|
||||
default?: string;
|
||||
desc?: string;
|
||||
defaultValue?: any;
|
||||
value?: any;
|
||||
}
|
||||
|
||||
// 内置参数
|
||||
|
||||
Reference in New Issue
Block a user