deeke-script-app 1.1.2 → 1.2.0

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 (118) hide show
  1. package/.vscode/settings.json +1 -1
  2. package/@deekeScript/@type/Class/UiSelector.d.ts +191 -192
  3. package/@deekeScript/@type/interface/App.d.ts +87 -87
  4. package/@deekeScript/@type/interface/Storage.d.ts +110 -109
  5. package/deekeScript.json +28 -1519
  6. package/deekeScript.zip +0 -0
  7. package/{src/deekeScriptZipBuild → deekeScriptZipBuild} +2 -1
  8. package/images/test/ad.png +0 -0
  9. package/images/test/add.png +0 -0
  10. package/images/test/ai-back.png +0 -0
  11. package/images/test/ai.png +0 -0
  12. package/images/test/anchor_focus.png +0 -0
  13. package/images/test/app.png +0 -0
  14. package/images/test/auto-2.png +0 -0
  15. package/images/test/back.png +0 -0
  16. package/images/test/barrage.png +0 -0
  17. package/images/test/cancel_focus.png +0 -0
  18. package/images/test/cancel_zan.png +0 -0
  19. package/images/test/city.png +0 -0
  20. package/images/test/clear.png +0 -0
  21. package/images/test/clear_fans.png +0 -0
  22. package/images/test/close.png +0 -0
  23. package/images/test/comment-2.png +0 -0
  24. package/images/test/delete.png +0 -0
  25. package/images/test/edit.png +0 -0
  26. package/images/test/fans-inc.png +0 -0
  27. package/images/test/fans.png +0 -0
  28. package/images/test/finger.png +0 -0
  29. package/images/test/friend.png +0 -0
  30. package/images/test/grab.png +0 -0
  31. package/images/test/home-top.png +0 -0
  32. package/images/test/home.png +0 -0
  33. package/images/test/hot.png +0 -0
  34. package/images/test/into.png +0 -0
  35. package/images/test/invite.png +0 -0
  36. package/images/test/jubao.png +0 -0
  37. package/images/test/kefu.png +0 -0
  38. package/images/test/live-zan.png +0 -0
  39. package/images/test/live.png +0 -0
  40. package/images/test/manual.png +0 -0
  41. package/images/test/member.png +0 -0
  42. package/images/test/msg_back.png +0 -0
  43. package/images/test/new_user.png +0 -0
  44. package/images/test/notice-2.png +0 -0
  45. package/images/test/notice.png +0 -0
  46. package/images/test/openai-icon.png +0 -0
  47. package/images/test/precise-user.png +0 -0
  48. package/images/test/private-2.png +0 -0
  49. package/images/test/qingsong.png +0 -0
  50. package/images/test/robot.png +0 -0
  51. package/images/test/rocket.png +0 -0
  52. package/images/test/score.png +0 -0
  53. package/images/test/score_live.png +0 -0
  54. package/images/test/sett.png +0 -0
  55. package/images/test/setting-top.png +0 -0
  56. package/images/test/setting.png +0 -0
  57. package/images/test/show.png +0 -0
  58. package/images/test/show_password.png +0 -0
  59. package/images/test/speech-say.png +0 -0
  60. package/images/test/speech.png +0 -0
  61. package/images/test/task.png +0 -0
  62. package/images/test/team-buy.png +0 -0
  63. package/images/test/tool.png +0 -0
  64. package/images/test/tuandui.png +0 -0
  65. package/images/test/update.png +0 -0
  66. package/images/test/upload.png +0 -0
  67. package/images/test/user-get.png +0 -0
  68. package/images/test/vertical.png +0 -0
  69. package/images/test/view_back.png +0 -0
  70. package/images/test/weixin.png +0 -0
  71. package/images/test/xhs-fans.png +0 -0
  72. package/images/test/xhs-wanneng.png +0 -0
  73. package/images/test/xhs-zan.png +0 -0
  74. package/images/test/zan-1.png +0 -0
  75. package/images/test/zan.png +0 -0
  76. package/init +1 -1
  77. package/jsconfig.json +11 -0
  78. package/obfuscator.config.json +14 -0
  79. package/package.json +11 -14
  80. package/script/index.js +1 -45
  81. package/script/index.js.map +1 -1
  82. package/script/statistics/statistics.js +120 -0
  83. package/script/task/dy.js +56 -0
  84. package/script/task/dy.js.map +1 -0
  85. package/script/task/dyApp.js +55 -0
  86. package/script/task/dyApp.js.map +1 -0
  87. package/script/task/dyCity.js +43 -0
  88. package/script/task/dyCity.js.map +1 -0
  89. package/script/task/tool.js +62 -0
  90. package/script/task/tool.js.map +1 -0
  91. package/script/task.html +4 -0
  92. package/src/statistics/statistics.js +120 -0
  93. package/src/task/dy.js +14 -0
  94. package/src/task/dyApp.js +7 -0
  95. package/src/task/dyCity.js +1 -0
  96. package/src/task/tool.js +19 -0
  97. package/src/task.html +4 -0
  98. package/test/console.js +5 -0
  99. package/test/encrypt.js +4 -0
  100. package/test/engines.js +5 -0
  101. package/test/extension.js +26 -0
  102. package/test/files.js +7 -0
  103. package/test/http.js +4 -0
  104. package/test/log.js +10 -0
  105. package/test/package.js +3 -0
  106. package/test/permise.js +14 -0
  107. package/test/thread.js +11 -0
  108. package/test/timer.js +25 -0
  109. package/images/a.png +0 -0
  110. package/script/task/task.js +0 -88
  111. package/script/task/task.js.map +0 -1
  112. package/script/task/test.js +0 -56
  113. package/script/task/test.js.map +0 -1
  114. package/src/task/task.ts +0 -25
  115. package/test.js +0 -169
  116. package/tsconfig.json +0 -107
  117. package/webpack.config.js +0 -56
  118. /package/src/{index.ts → index.js} +0 -0
Binary file
@@ -3,7 +3,8 @@ const fs = require('fs'); // 引入 fs 模块‌:ml-citation{ref="5" da
3
3
  const AdmZip = require('adm-zip'); // 引入 adm-zip 库‌:ml-citation{ref="3,4" data="citationList"}
4
4
 
5
5
  // 获取上层目录路径
6
- const parentDir = path.join(__dirname, '..');
6
+ // const parentDir = path.join(__dirname, '..');
7
+ const parentDir = __dirname;
7
8
  console.log('开始执行打包');
8
9
 
9
10
  fs.unlink(path.join(parentDir, 'deekeScript.zip'), (err) => {
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/init CHANGED
@@ -7,7 +7,7 @@ function generateFiles(answers) {
7
7
  const files = fs.readdirSync(projectPath);
8
8
 
9
9
  if (files.length > 3 || !files.includes('package.json') || !files.includes('package-lock.json') || !files.includes('node_modules')) {
10
- throw new Error('请清空当前文件夹,并重新运行命令');
10
+ return ;
11
11
  }
12
12
 
13
13
  const entries = fs.readdirSync(__dirname, { withFileTypes: true });
package/jsconfig.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "compilerOptions": {
3
+ "target": "ES6",
4
+ "lib": ["es6"], // 不包含 "dom"
5
+ "checkJs": true
6
+ },
7
+ "include": [
8
+ "src/**/*",
9
+ "@deekeScript/**/*"
10
+ ]
11
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "compact": false,
3
+ "rotateStringArray": true,
4
+ "controlFlowFlattening": true,
5
+ "deadCodeInjection": true,
6
+ "stringArray": true,
7
+ "stringArrayThreshold": 0.75,
8
+ "disableConsoleOutput": false,
9
+ "sourceMap": true,
10
+ "reservedNames": [],
11
+ "transformObjectKeys": true,
12
+ "unicodeEscapeSequence": true,
13
+ "exclude": ["script/statistics/**/*.js"]
14
+ }
package/package.json CHANGED
@@ -1,14 +1,13 @@
1
1
  {
2
2
  "name": "deeke-script-app",
3
- "version": "1.1.2",
3
+ "version": "1.2.0",
4
4
  "description": "DeekeScript应用",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {
7
- "build": "tsc",
8
- "deekeScript-zip-build": "tsc && ts-node --esm src/deekeScriptZipBuild",
9
- "dev": "tsc --watch",
10
- "webpack-build": "webpack --mode production",
11
- "deekeScript-zip-build-webpack": "webpack --mode production && ts-node --esm src/deekeScriptZipBuild",
7
+ "build": "cpx \"src/**/*\" script",
8
+ "build-zip": "cpx \"src/**/*\" script && ts-node --esm ./deekeScriptZipBuild",
9
+ "build-obfuscator": "cpx \"src/**/*\" script && javascript-obfuscator script --output script --config obfuscator.config.json",
10
+ "build-obfuscator-zip": "cpx \"src/**/*\" script && javascript-obfuscator script --output script --config obfuscator.config.json && ts-node --esm ./deekeScriptZipBuild",
12
11
  "postinstall": "ts-node --esm init"
13
12
  },
14
13
  "repository": {
@@ -18,7 +17,7 @@
18
17
  "keywords": [
19
18
  "DeekeScript应用"
20
19
  ],
21
- "author": "jiangqiao",
20
+ "author": "DeekeScript",
22
21
  "license": "ISC",
23
22
  "bugs": {
24
23
  "url": "https://github.com/DeekeScript/deekeScript/issues"
@@ -29,17 +28,15 @@
29
28
  "@types/node": "^22.13.9",
30
29
  "file-loader": "^6.2.0",
31
30
  "glob": "^11.0.0",
32
- "terser-webpack-plugin": "^5.3.11",
31
+ "javascript-obfuscator": "^4.1.1",
33
32
  "ts-loader": "^9.5.1",
34
- "typescript": "^5.8.2",
35
- "webpack": "^5.97.1",
36
- "webpack-cli": "^6.0.1",
37
- "webpack-dev-server": "^5.2.0",
38
- "webpack-obfuscator": "^3.5.1"
33
+ "typescript": "^5.8.2"
39
34
  },
40
35
  "dependencies": {
41
36
  "adm-zip": "^0.5.16",
42
- "inquirer": "^12.4.2"
37
+ "cpx": "^1.5.0",
38
+ "inquirer": "^12.4.2",
39
+ "ts-node": "^10.9.2"
43
40
  },
44
41
  "bin": {
45
42
  "init": "node ./init.js"
package/script/index.js CHANGED
@@ -1,46 +1,2 @@
1
- function a0_0x3af3() {
2
- var _0x263b63 = [
3
- '354942SEXkFJ',
4
- '1333792IagTfn',
5
- '45410LmSYHr',
6
- '193886tTWtbn',
7
- '6haKFte',
8
- '1575NjOpPr',
9
- '14uwaDPA',
10
- '2079780piHzcq',
11
- '5jjqCFB',
12
- '1834315aEwdzm',
13
- '264mhTOeN',
14
- '1440CEKIpj'
15
- ];
16
- a0_0x3af3 = function () {
17
- return _0x263b63;
18
- };
19
- return a0_0x3af3();
20
- }
21
- function a0_0x45b8(_0x508100, _0x4cc3ee) {
22
- var _0x3af3b3 = a0_0x3af3();
23
- return a0_0x45b8 = function (_0x45b87f, _0x2209a7) {
24
- _0x45b87f = _0x45b87f - 0x182;
25
- var _0x117c19 = _0x3af3b3[_0x45b87f];
26
- return _0x117c19;
27
- }, a0_0x45b8(_0x508100, _0x4cc3ee);
28
- }
29
- (function (_0x4b2245, _0x2e1108) {
30
- var _0x7a2257 = a0_0x45b8, _0x5e5722 = _0x4b2245();
31
- while (!![]) {
32
- try {
33
- var _0x566342 = -parseInt(_0x7a2257(0x189)) / 0x1 * (parseInt(_0x7a2257(0x183)) / 0x2) + -parseInt(_0x7a2257(0x186)) / 0x3 * (parseInt(_0x7a2257(0x18c)) / 0x4) + parseInt(_0x7a2257(0x18a)) / 0x5 * (parseInt(_0x7a2257(0x185)) / 0x6) + -parseInt(_0x7a2257(0x187)) / 0x7 * (-parseInt(_0x7a2257(0x182)) / 0x8) + parseInt(_0x7a2257(0x18d)) / 0x9 + parseInt(_0x7a2257(0x188)) / 0xa + -parseInt(_0x7a2257(0x184)) / 0xb * (parseInt(_0x7a2257(0x18b)) / 0xc);
34
- if (_0x566342 === _0x2e1108)
35
- break;
36
- else
37
- _0x5e5722['push'](_0x5e5722['shift']());
38
- } catch (_0x458616) {
39
- _0x5e5722['push'](_0x5e5722['shift']());
40
- }
41
- }
42
- }(a0_0x3af3, 0x3ed96), ((() => {
43
- 'use strict';
44
- })()));
45
- //# sourceMappingURL=index.js.map
1
+
46
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":["//这个文件不用编写代码"],"sourceRoot":"","file":"index.js"}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[]}
@@ -0,0 +1,120 @@
1
+ var deekeStatistics = {
2
+ getDate() {
3
+ let d = new Date();
4
+ let m = d.getMonth() + 1;
5
+ let date = d.getDate();
6
+ return (m >= 10 ? m : ('0' + m)) + '.' + (date >= 10 ? date : ('0' + date));
7
+ },
8
+ getData(time) {
9
+ time = time || this.getDate();
10
+ return {
11
+ s_viewVideo: Storage.getInteger('s_viewVideo' + time) || 0,
12
+ s_viewTargetVideo: Storage.getInteger('s_viewTargetVideo' + time) || 0,
13
+ s_zan: Storage.getInteger('s_zan' + time) || 0,
14
+ s_comment: Storage.getInteger('s_comment' + time) || 0,
15
+ s_zanComment: Storage.getInteger('s_zanComment' + time) || 0,
16
+ s_privateMsg: Storage.getInteger('s_privateMsg' + time) || 0,
17
+ s_focus: Storage.getInteger('s_focus' + time) || 0,
18
+ s_viewUser: Storage.getInteger('s_viewUser' + time) || 0,
19
+ }
20
+ },
21
+ getWeekDate() {
22
+ let dates = [];
23
+ // 获取当前日期
24
+ let now = new Date();
25
+ // 循环获取最近 7 天的日期
26
+ for (let i = 1; i <= 7; i++) {
27
+ // 获取当前日期的时间戳
28
+ let timestamp = now.getTime();
29
+ // 计算 i 天前的时间戳
30
+ let dayTimestamp = 24 * 60 * 60 * 1000; // 一天的毫秒数
31
+ let iDayAgoTimestamp = timestamp - i * dayTimestamp;
32
+ // 转换为日期对象
33
+ let date = new Date(iDayAgoTimestamp);
34
+ // 格式化日期为 "yyyy-MM-dd" 的字符串并存入数组
35
+ //let year = date.getFullYear();
36
+ let month = ("0" + (date.getMonth() + 1)).slice(-2);
37
+ let day = ("0" + date.getDate()).slice(-2);
38
+ dates.push(month + "." + day);
39
+ }
40
+ return dates;
41
+ },
42
+
43
+ getWeekData() {
44
+ let dates = this.getWeekDate();
45
+ let data = [];
46
+ for (let i in dates) {
47
+ data.push([dates[i], this.getData(dates[i])]);
48
+ }
49
+
50
+ //数据整理
51
+ let res = [];
52
+ let ids = ['s_viewVideo', 's_viewTargetVideo', 's_zan', 's_comment', 's_zanComment', 's_privateMsg', 's_focus', 's_viewUser'];
53
+ for (let i in ids) {
54
+ res[ids[i]] = [];
55
+ for (let j = data.length - 1; j >= 0; j--) {
56
+ res[ids[i]].push([data[j][0], data[j][1][ids[i]]]);
57
+ }
58
+ }
59
+ return res;
60
+ },
61
+
62
+ dataList() {
63
+ let data = this.getData(this.getDate());
64
+ let weekData = this.getWeekData();
65
+ //weight最大24
66
+ return [
67
+ {
68
+ 'title': '今日累计视频',
69
+ 'weight': 12,
70
+ 'checked': true,
71
+ 'value': data['s_viewVideo'],
72
+ 'data': weekData['s_viewVideo'],
73
+ },
74
+ {
75
+ 'title': '今日目标视频',
76
+ 'weight': 12,
77
+ 'value': data['s_viewTargetVideo'],
78
+ 'data': weekData['s_viewTargetVideo'],
79
+ },
80
+ {
81
+ 'title': '今日点赞',
82
+ 'weight': 8,
83
+ 'value': data['s_zan'],
84
+ 'data': weekData['s_zan'],
85
+ },
86
+ {
87
+ 'title': '今日评论',
88
+ 'count': 1,
89
+ 'weight': 8,
90
+ 'value': data['s_comment'],
91
+ 'data': weekData['s_comment'],
92
+ },
93
+ {
94
+ 'title': '今日赞评论',
95
+ 'weight': 8,
96
+ 'value': data['s_zanComment'],
97
+ 'data': weekData['s_zanComment'],
98
+ },
99
+ {
100
+ 'title': '今日私信',
101
+ 'weight': 8,
102
+ 'value': data['s_privateMsg'],
103
+ 'data': weekData['s_privateMsg'],
104
+ },
105
+ {
106
+ 'title': '今日关注',
107
+ 'count': 1,
108
+ 'weight': 8,
109
+ 'value': data['s_focus'],
110
+ 'data': weekData['s_focus'],
111
+ },
112
+ {
113
+ 'title': '今日访问',
114
+ 'weight': 8,
115
+ 'value': data['s_viewUser'],
116
+ 'data': weekData['s_viewUser'],
117
+ },
118
+ ];
119
+ }
120
+ }
@@ -0,0 +1,56 @@
1
+ const a1_0x53aa7a = a1_0x106e;
2
+ function a1_0x17a5() {
3
+ const _0x481597 = [
4
+ '\u8bf7\u7f16\u5199\u4e1a\u52a1\u4ee3\u7801',
5
+ '\x33\x39\x37\x35\x32\x31\x74\x6b\x64\x4a\x6b\x72',
6
+ '\x37\x32\x75\x4e\x66\x6d\x76\x59',
7
+ '\x32\x39\x31\x37\x34\x35\x33\x69\x53\x73\x54\x43\x69',
8
+ '\x38\x33\x33\x31\x35\x30\x41\x4d\x4b\x4d\x68\x6b',
9
+ '\x38\x38\x36\x37\x38\x30\x78\x75\x52\x76\x4c\x70',
10
+ '\x67\x65\x74\x49\x6e\x74\x65\x67\x65\x72',
11
+ '\x2e\x2f\x64\x79\x41\x70\x70',
12
+ '\x31\x37\x38\x38\x31\x36\x32\x45\x78\x7a\x6b\x6a\x4f',
13
+ '\x73\x68\x6f\x77',
14
+ '\x6c\x6f\x67',
15
+ '\x31\x39\x33\x39\x30\x6f\x6f\x74\x69\x62\x70',
16
+ '\x74\x6f\x6b\x65\x72\x5f\x76\x69\x65\x77\x5f\x76\x69\x64\x65\x6f\x5f\x73\x65\x63\x6f\x6e\x64',
17
+ '\x74\x6f\x6b\x65\x72\x5f\x76\x69\x65\x77\x5f\x76\x69\x64\x65\x6f\x5f\x6b\x65\x79\x77\x6f\x72\x64\x73',
18
+ '\x67\x65\x74\x41\x72\x72\x61\x79',
19
+ '\x31\x36\x64\x5a\x42\x58\x73\x4b',
20
+ '\x32\x31\x36\x37\x37\x38\x37\x30\x79\x79\x77\x4c\x7a\x42',
21
+ '\x31\x31\x34\x4c\x63\x65\x6f\x75\x47'
22
+ ];
23
+ a1_0x17a5 = function () {
24
+ return _0x481597;
25
+ };
26
+ return a1_0x17a5();
27
+ }
28
+ (function (_0x3ff99b, _0x47cb46) {
29
+ const _0x48674d = a1_0x106e, _0x4312a2 = _0x3ff99b();
30
+ while (!![]) {
31
+ try {
32
+ const _0x5e86ee = -parseInt(_0x48674d(0xee)) / 0x1 + -parseInt(_0x48674d(0xe3)) / 0x2 * (-parseInt(_0x48674d(0xe9)) / 0x3) + -parseInt(_0x48674d(0xe7)) / 0x4 * (parseInt(_0x48674d(0xef)) / 0x5) + parseInt(_0x48674d(0xe0)) / 0x6 + -parseInt(_0x48674d(0xed)) / 0x7 + parseInt(_0x48674d(0xec)) / 0x8 * (-parseInt(_0x48674d(0xeb)) / 0x9) + parseInt(_0x48674d(0xe8)) / 0xa;
33
+ if (_0x5e86ee === _0x47cb46)
34
+ break;
35
+ else
36
+ _0x4312a2['push'](_0x4312a2['shift']());
37
+ } catch (_0x2eb54e) {
38
+ _0x4312a2['push'](_0x4312a2['shift']());
39
+ }
40
+ }
41
+ }(a1_0x17a5, 0x748a6));
42
+ function a1_0x106e(_0x3c6e2e, _0x22112f) {
43
+ const _0x17a599 = a1_0x17a5();
44
+ return a1_0x106e = function (_0x106ed4, _0x166735) {
45
+ _0x106ed4 = _0x106ed4 - 0xe0;
46
+ let _0x99ea30 = _0x17a599[_0x106ed4];
47
+ return _0x99ea30;
48
+ }, a1_0x106e(_0x3c6e2e, _0x22112f);
49
+ }
50
+ let dyApp = require(a1_0x53aa7a(0xf1)), config = {
51
+ '\x74\x6f\x6b\x65\x72\x5f\x76\x69\x65\x77\x5f\x76\x69\x64\x65\x6f\x5f\x6b\x65\x79\x77\x6f\x72\x64\x73': Storage['\x67\x65\x74'](a1_0x53aa7a(0xe5)),
52
+ '\x74\x6f\x6b\x65\x72\x5f\x76\x69\x65\x77\x5f\x76\x69\x64\x65\x6f\x5f\x73\x65\x63\x6f\x6e\x64': Storage[a1_0x53aa7a(0xf0)](a1_0x53aa7a(0xe4)),
53
+ '\x74\x6f\x6b\x65\x72\x5f\x72\x75\x6e\x5f\x73\x65\x78': Storage[a1_0x53aa7a(0xe6)]('\x74\x6f\x6b\x65\x72\x5f\x72\x75\x6e\x5f\x73\x65\x78')
54
+ };
55
+ console[a1_0x53aa7a(0xe2)](config, dyApp['\x67\x65\x74\x4e\x61\x6d\x65']()), FloatDialogs[a1_0x53aa7a(0xe1)]('\u63d0\u793a', a1_0x53aa7a(0xea));
56
+ //# sourceMappingURL=dy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["sourceMap"],"names":["dyApp","require","config","Storage","console","FloatDialogs"],"mappings":"8BAAA;;;;;;;;;;;;;;;;;;;;;;;;;;CAAA;;;;;;;;;;;;;;uBAAA;;;;;;;;CAAA;AAAA,IAAIA,KAAA,GAAQC,OAAA,C,iBAAA,CAAZ,EAEIC,MAAA,GAAS;AAAA,Q,sGACT,EAA2BC,OAAA,C,cAAA,E,iBAAA,CADlB;AAAA,Q,8FAET,EAAyBA,OAAA,C,iBAAA,E,iBAAA,CAFhB;AAAA,Q,sDAGT,EAAeA,OAAA,C,iBAAA,E,sDAAA,CAHN;AAAA,KAFb;AAQAC,OAAA,C,iBAAA,EAAYF,MAAZ,EAAoBF,KAAA,C,8BAAA,GAApB,C,EAEAK,YAAA,C,iBAAA,E,cAAA,E,iBAAA,CAFA","sourcesContent":["let dyApp = require(\"./dyApp\");\r\n\r\nlet config = {\r\n toker_view_video_keywords: Storage.get('toker_view_video_keywords'),\r\n toker_view_video_second: Storage.getInteger('toker_view_video_second'),\r\n toker_run_sex: Storage.getArray('toker_run_sex'),\r\n}\r\n\r\nconsole.log(config, dyApp.getName());//获取json文件中的配置参数\r\n\r\nFloatDialogs.show('提示', '请编写业务代码');"]}
@@ -0,0 +1,55 @@
1
+ function a2_0x27e0(_0x4e2146, _0xa662b0) {
2
+ const _0x44aac0 = a2_0x44aa();
3
+ return a2_0x27e0 = function (_0x27e03c, _0x1b85f9) {
4
+ _0x27e03c = _0x27e03c - 0x137;
5
+ let _0x45318f = _0x44aac0[_0x27e03c];
6
+ return _0x45318f;
7
+ }, a2_0x27e0(_0x4e2146, _0xa662b0);
8
+ }
9
+ const a2_0x5293d7 = a2_0x27e0;
10
+ function a2_0x44aa() {
11
+ const _0x5c1aa4 = [
12
+ '\x67\x65\x74\x4e\x61\x6d\x65',
13
+ '\x38\x31\x35\x43\x73\x58\x51\x43\x68',
14
+ '\x32\x39\x38\x36\x30\x31\x32\x6a\x71\x4e\x4b\x57\x4d',
15
+ '\x37\x44\x6a\x43\x75\x55\x4e',
16
+ '\x61\x70\x70\x4e\x61\x6d\x65',
17
+ '\x36\x6a\x47\x4d\x68\x43\x75',
18
+ '\x35\x34\x31\x31\x36\x31\x42\x50\x58\x70\x7a\x41',
19
+ '\x32\x30\x31\x31\x38\x6e\x43\x49\x6c\x5a\x68',
20
+ '\x31\x35\x38\x36\x36\x30\x43\x65\x59\x52\x71\x50',
21
+ '\x36\x34\x37\x31\x36\x32\x73\x65\x51\x76\x57\x63',
22
+ '\x43\x5a\x67\x59\x52',
23
+ '\x31\x36\x32\x30\x35\x39\x32\x57\x71\x78\x43\x53\x62',
24
+ '\x32\x38\x37\x32\x36\x35\x47\x46\x79\x51\x49\x4d',
25
+ '\x34\x34\x44\x45\x77\x56\x59\x79'
26
+ ];
27
+ a2_0x44aa = function () {
28
+ return _0x5c1aa4;
29
+ };
30
+ return a2_0x44aa();
31
+ }
32
+ (function (_0x4ac1ce, _0x334c96) {
33
+ const _0x1bca68 = a2_0x27e0, _0x4e1988 = _0x4ac1ce();
34
+ while (!![]) {
35
+ try {
36
+ const _0x2c6c4f = -parseInt(_0x1bca68(0x13d)) / 0x1 + parseInt(_0x1bca68(0x13a)) / 0x2 * (-parseInt(_0x1bca68(0x144)) / 0x3) + parseInt(_0x1bca68(0x141)) / 0x4 + parseInt(_0x1bca68(0x140)) / 0x5 * (parseInt(_0x1bca68(0x138)) / 0x6) + parseInt(_0x1bca68(0x142)) / 0x7 * (parseInt(_0x1bca68(0x13c)) / 0x8) + -parseInt(_0x1bca68(0x137)) / 0x9 + parseInt(_0x1bca68(0x139)) / 0xa * (-parseInt(_0x1bca68(0x13e)) / 0xb);
37
+ if (_0x2c6c4f === _0x334c96)
38
+ break;
39
+ else
40
+ _0x4e1988['push'](_0x4e1988['shift']());
41
+ } catch (_0x13655f) {
42
+ _0x4e1988['push'](_0x4e1988['shift']());
43
+ }
44
+ }
45
+ }(a2_0x44aa, 0x6ad5c));
46
+ const a2_0x4b0c45 = {};
47
+ a2_0x4b0c45[a2_0x5293d7(0x13f)] = function () {
48
+ const _0x4c9bfd = a2_0x5293d7, _0x1e359d = {};
49
+ _0x1e359d['\x43\x5a\x67\x59\x52'] = _0x4c9bfd(0x143);
50
+ const _0x546f2c = _0x1e359d;
51
+ return _0x546f2c[_0x4c9bfd(0x13b)];
52
+ };
53
+ const dyApp = a2_0x4b0c45;
54
+ module['\x65\x78\x70\x6f\x72\x74\x73'] = dyApp;
55
+ //# sourceMappingURL=dyApp.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["sourceMap"],"names":["dyApp","module"],"mappings":";;;;;;;CAAA;8BAAA;;;;;;;;;;;;;;;;;;;;;;CAAA;;;;;;;;;;;;;;uBAAA;uBAAA;kCACW,Y;;;;;EADX;AAAA,MAAMA,KAAA,G,WAAN;AAMAC,MAAA,C,8BAAA,IAAiBD,KAAjB","sourcesContent":["const dyApp = {\r\n getName(){\r\n return \"appName\";\r\n }\r\n}\r\n\r\nmodule.exports = dyApp;"]}
@@ -0,0 +1,43 @@
1
+ function a3_0x1e84(_0x41a148, _0x169e17) {
2
+ var _0x5d03bb = a3_0x5d03();
3
+ return a3_0x1e84 = function (_0x1e844a, _0xa7eb7e) {
4
+ _0x1e844a = _0x1e844a - 0x1da;
5
+ var _0x41e4fd = _0x5d03bb[_0x1e844a];
6
+ return _0x41e4fd;
7
+ }, a3_0x1e84(_0x41a148, _0x169e17);
8
+ }
9
+ var a3_0x2e2965 = a3_0x1e84;
10
+ (function (_0x160e73, _0x2f7fd5) {
11
+ var _0x5a9e10 = a3_0x1e84, _0x5ab029 = _0x160e73();
12
+ while (!![]) {
13
+ try {
14
+ var _0x4e7240 = -parseInt(_0x5a9e10(0x1e2)) / 0x1 + parseInt(_0x5a9e10(0x1e0)) / 0x2 * (parseInt(_0x5a9e10(0x1df)) / 0x3) + -parseInt(_0x5a9e10(0x1dc)) / 0x4 + parseInt(_0x5a9e10(0x1e3)) / 0x5 * (parseInt(_0x5a9e10(0x1e4)) / 0x6) + parseInt(_0x5a9e10(0x1e1)) / 0x7 + parseInt(_0x5a9e10(0x1db)) / 0x8 + parseInt(_0x5a9e10(0x1de)) / 0x9 * (parseInt(_0x5a9e10(0x1da)) / 0xa);
15
+ if (_0x4e7240 === _0x2f7fd5)
16
+ break;
17
+ else
18
+ _0x5ab029['push'](_0x5ab029['shift']());
19
+ } catch (_0x4a1384) {
20
+ _0x5ab029['push'](_0x5ab029['shift']());
21
+ }
22
+ }
23
+ }(a3_0x5d03, 0x3f7bb), FloatDialogs['\x73\x68\x6f\x77']('\u63d0\u793a', a3_0x2e2965(0x1dd)));
24
+ function a3_0x5d03() {
25
+ var _0x40cfb0 = [
26
+ '\x32\x30\x71\x61\x46\x62\x53\x4e',
27
+ '\x37\x37\x38\x33\x33\x36\x62\x4b\x63\x69\x51\x78',
28
+ '\x31\x35\x32\x32\x36\x32\x38\x49\x4f\x75\x56\x64\x43',
29
+ '\u8bf7\u7f16\u5199\u4e1a\u52a1\u4ee3\u7801',
30
+ '\x38\x37\x32\x30\x30\x31\x4d\x63\x4c\x79\x73\x52',
31
+ '\x31\x30\x37\x32\x32\x47\x75\x48\x75\x4b\x49',
32
+ '\x31\x34\x36\x53\x52\x4c\x65\x61\x6f',
33
+ '\x32\x32\x37\x37\x37\x30\x32\x62\x52\x4b\x6a\x6f\x65',
34
+ '\x34\x30\x35\x34\x32\x35\x4d\x4d\x65\x46\x6a\x59',
35
+ '\x33\x33\x33\x35\x70\x50\x6c\x51\x73\x6f',
36
+ '\x31\x35\x31\x38\x73\x4c\x4d\x4d\x52\x73'
37
+ ];
38
+ a3_0x5d03 = function () {
39
+ return _0x40cfb0;
40
+ };
41
+ return a3_0x5d03();
42
+ }
43
+ //# sourceMappingURL=dyCity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["sourceMap"],"names":["FloatDialogs"],"mappings":";;;;;;;CAAA;4BAAA;;;;;;;;;;;;;;uBAAAA,YAAA,C,kBAAA,E,cAAA,E,kBAAA,C,EAAA","sourcesContent":["FloatDialogs.show('提示', '请编写业务代码');"]}