deeke-script-app 1.4.2 → 1.4.3
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.
|
@@ -97,6 +97,12 @@ interface System {
|
|
|
97
97
|
* @param content
|
|
98
98
|
*/
|
|
99
99
|
public getDataFrom(key: string, dataForm: string, content: string): string | null;
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* 是否显示时间悬浮窗窗口
|
|
103
|
+
* @param show 是否显示
|
|
104
|
+
*/
|
|
105
|
+
public setTimeWindowShow(show: boolean);
|
|
100
106
|
}
|
|
101
107
|
|
|
102
108
|
export { };
|