clickgo 4.0.5 → 4.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,10 +30,10 @@ export declare function remove(taskId: lCore.TCurrent, name: string): Promise<vo
30
30
  export declare function clear(taskId: lCore.TCurrent): Promise<void>;
31
31
  /**
32
32
  * --- 将 cgt 主题设置到全局所有任务 ---
33
- * @param theme 主题对象或路径
33
+ * @param theme 主题对象或主题路径(不带 .cgt)
34
34
  * @param current 如果要读包内对象,则要传当前任务
35
35
  */
36
- export declare function setGlobal(theme: ITheme | string, current?: lCore.TCurrent | null): Promise<void>;
36
+ export declare function setGlobal(theme: ITheme | string, current?: lCore.TCurrent | null): Promise<number>;
37
37
  /**
38
38
  * --- 清除全局主题 ---
39
39
  */
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clickgo",
3
- "version": "4.0.5",
3
+ "version": "4.0.7",
4
4
  "description": "Background interface, software interface, mobile phone APP interface operation library.",
5
5
  "type": "module",
6
6
  "keywords": [