deeke-script-app 1.2.4 → 1.2.5

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.
Files changed (53) hide show
  1. package/.vscode/settings.json +1 -1
  2. package/@deekeScript/index.d.ts +17 -0
  3. package/@deekeScript/{@type → type}/Class/UiSelector.d.ts +191 -191
  4. package/@deekeScript/{@type → type}/interface/Storage.d.ts +110 -110
  5. package/README.md +35 -35
  6. package/deekeScript.json +597 -597
  7. package/deekeScriptZipBuild +48 -48
  8. package/images/test/statistics.png +0 -0
  9. package/init +32 -32
  10. package/jsconfig.json +10 -10
  11. package/obfuscator.config.json +13 -13
  12. package/package.json +42 -41
  13. package/script/common/common.js +7 -0
  14. package/script/index.js +1 -2
  15. package/script/statistics/statistics.js +121 -120
  16. package/script/task/dy.js +15 -55
  17. package/script/task/dyApp.js +6 -54
  18. package/script/task/dyCity.js +1 -43
  19. package/script/task/tool.js +14 -57
  20. package/script/task.html +4 -4
  21. package/src/common/common.js +7 -0
  22. package/src/statistics/statistics.js +121 -120
  23. package/src/task/dy.js +16 -14
  24. package/src/task/dyApp.js +7 -7
  25. package/src/task/tool.js +19 -19
  26. package/src/task.html +4 -4
  27. package/test/console.js +5 -5
  28. package/test/encrypt.js +3 -3
  29. package/test/engines.js +5 -5
  30. package/test/error.js +5 -0
  31. package/test/extension.js +26 -26
  32. package/test/files.js +7 -7
  33. package/test/http.js +4 -4
  34. package/test/log.js +10 -10
  35. package/test/package.js +3 -3
  36. package/test/permise.js +14 -14
  37. package/test/thread.js +11 -11
  38. package/test/timer.js +25 -25
  39. /package/@deekeScript/{@type → type}/Class/Rect.d.ts +0 -0
  40. /package/@deekeScript/{@type → type}/README.md +0 -0
  41. /package/@deekeScript/{@type → type}/interface/App.d.ts +0 -0
  42. /package/@deekeScript/{@type → type}/interface/Console.d.ts +0 -0
  43. /package/@deekeScript/{@type → type}/interface/DeekeScript.d.ts +0 -0
  44. /package/@deekeScript/{@type → type}/interface/Device.d.ts +0 -0
  45. /package/@deekeScript/{@type → type}/interface/Dialogs.d.ts +0 -0
  46. /package/@deekeScript/{@type → type}/interface/Encrypt.d.ts +0 -0
  47. /package/@deekeScript/{@type → type}/interface/Engines.d.ts +0 -0
  48. /package/@deekeScript/{@type → type}/interface/FloatDialogs.d.ts +0 -0
  49. /package/@deekeScript/{@type → type}/interface/Gesture.d.ts +0 -0
  50. /package/@deekeScript/{@type → type}/interface/Http.d.ts +0 -0
  51. /package/@deekeScript/{@type → type}/interface/Intent.d.ts +0 -0
  52. /package/@deekeScript/{@type → type}/interface/System.d.ts +0 -0
  53. /package/@deekeScript/{@type → type}/interface/UiObject.d.ts +0 -0
package/README.md CHANGED
@@ -1,35 +1,35 @@
1
- ## DeekeScript应用代码
2
-
3
- **DeekeScript/deekeScript** 是采用DeekeScript框架开发✨模拟点击(代替人工操控基于Android的移动设备)✨类产品的模版。在环境安装好之后,拉取本仓库到本地,即可开启美妙的旅途~~
4
-
5
- **最终能开发出什么样的应用❓请移步查阅:
6
- [https://github.com/DeekeScript/ad-deeke](https://github.com/DeekeScript/ad-deeke)**
7
-
8
-
9
- ## 使用步骤
10
-
11
-
12
- ### 安装前准备
13
- > 请移步到<a target="_blank" href="https://doc.deeke.cn">https://doc.deeke.cn</a> 或者 <a target="_blank" href="https://deekescript.github.io/">https://deekescript.github.io/</a>
14
- >
15
- > 阅读上述文档内容,并且安装相关软件和依赖
16
-
17
- ### 安装方式一:npm安装方式【推荐】
18
- >
19
- > 步骤一:创建文件夹
20
- >
21
- > 步骤二:执行下面的脚本
22
- ```npm i deeke-script-app```
23
-
24
- ### 安装方式二:git&npm安装方式
25
- >
26
- > git clone https://github.com/DeekeScript/deekeScript.git ./
27
- >
28
- > npm install
29
-
30
- ### 编写代码
31
- > 请在src下创建代码文件
32
-
33
-
34
- ## Tips 📢
35
- > 文件夹@deekeScript请不要删除,此代码会提供代码提示能力~
1
+ ## DeekeScript应用代码
2
+
3
+ **DeekeScript/deekeScript** 是采用DeekeScript框架开发✨模拟点击(代替人工操控基于Android的移动设备)✨类产品的模版。在环境安装好之后,拉取本仓库到本地,即可开启美妙的旅途~~
4
+
5
+ **最终能开发出什么样的应用❓请移步查阅:
6
+ [https://github.com/DeekeScript/ad-deeke](https://github.com/DeekeScript/ad-deeke)**
7
+
8
+
9
+ ## 使用步骤
10
+
11
+
12
+ ### 安装前准备
13
+ > 请移步到<a target="_blank" href="https://doc.deeke.cn">https://doc.deeke.cn</a> 或者 <a target="_blank" href="https://deekescript.github.io/">https://deekescript.github.io/</a>
14
+ >
15
+ > 阅读上述文档内容,并且安装相关软件和依赖
16
+
17
+ ### 安装方式一:npm安装方式【推荐】
18
+ >
19
+ > 步骤一:创建文件夹
20
+ >
21
+ > 步骤二:执行下面的脚本
22
+ ```npm i deeke-script-app```
23
+
24
+ ### 安装方式二:git&npm安装方式
25
+ >
26
+ > git clone https://github.com/DeekeScript/deekeScript.git ./
27
+ >
28
+ > npm install
29
+
30
+ ### 编写代码
31
+ > 请在src下创建代码文件
32
+
33
+
34
+ ## Tips 📢
35
+ > 文件夹@deekeScript请不要删除,此代码会提供代码提示能力~