This commit is contained in:
caozehui
2025-03-08 16:56:57 +08:00
parent b6a2c42feb
commit 3398b414ca
3 changed files with 8 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ export namespace controlSource {
userPageId: string;
scriptId: string;
scriptIndex: number;
sourceId: string;
sourceId: string;
valueType:number // 1为绝对值脚本、2为相对值脚本
}
}