deeke-script-app 1.4.4 → 1.4.6
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.
|
@@ -16,14 +16,19 @@ interface Engines {
|
|
|
16
16
|
public executeScriptStr(content: string): void;
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* 关闭当前线程和子线程所有脚本(包含定时器、socket、Hid等;不会关闭hooks脚本)
|
|
20
20
|
*/
|
|
21
21
|
public closeAll(): void;
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* 关闭当前线程之外的其他线程和子线程(包含定时器、socket、Hid等;不会关闭hooks脚本)
|
|
25
25
|
*/
|
|
26
|
-
public closeOther(): void
|
|
26
|
+
public closeOther(): void;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* 关闭hooks脚本
|
|
30
|
+
*/
|
|
31
|
+
public closeHook(): void;
|
|
27
32
|
}
|
|
28
33
|
|
|
29
34
|
export { };
|
package/package.json
CHANGED
package/test/permise.js
CHANGED
package/deekeScript.zip
DELETED
|
Binary file
|