修改执行参数.

This commit is contained in:
lijiahang
2024-07-10 11:46:07 +08:00
parent 873e910eb1
commit 04bae45955
6 changed files with 30 additions and 27 deletions

View File

@@ -11,7 +11,6 @@ export const templateSuffix = ' }}';
export interface TemplateParam {
name?: string;
desc?: string;
defaultValue?: any;
value?: any;
}