This commit is contained in:
sjl
2025-03-07 14:00:20 +08:00
parent f68da773ab
commit d3a74e830f
4 changed files with 62 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ export namespace controlSource {
export interface ResControl {
userPageId: string;
scriptId: string;
scriptIndex: string;
scriptIndex: number;
sourceId: string;
}
}