deeke-script-app 1.2.7 → 1.2.8
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.
- package/gulpfile +17 -0
- package/package.json +5 -5
- package/script/index.js +1 -2
- package/script/task/dy.js +13 -55
- package/script/task/dyApp.js +6 -54
- package/script/task/dyCity.js +1 -43
- package/script/task/tool.js +14 -57
- package/src/task/dy.js +1 -1
- package/uglify-config.json +16 -0
- package/obfuscator.config.json +0 -14
- package/script/index.js.map +0 -1
- package/script/task/dy.js.map +0 -1
- package/script/task/dyApp.js.map +0 -1
- package/script/task/dyCity.js.map +0 -1
- package/script/task/tool.js.map +0 -1
package/gulpfile
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const uglifyConfig = require('./uglify-config.json');
|
|
2
|
+
const gulp = require('gulp');
|
|
3
|
+
const uglify = require('gulp-uglify');
|
|
4
|
+
|
|
5
|
+
function compressJS() {
|
|
6
|
+
let config = ['script/**/*.js'];//需要混淆的文件
|
|
7
|
+
//不需要混淆
|
|
8
|
+
let exclude = [
|
|
9
|
+
"!script/statistics/*.js"
|
|
10
|
+
];
|
|
11
|
+
|
|
12
|
+
config = [...config, ...exclude];
|
|
13
|
+
return gulp.src(config).pipe(uglify(uglifyConfig)) // 应用 JSON 配置
|
|
14
|
+
.pipe(gulp.dest('script'));
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
compressJS();
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "deeke-script-app",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.8",
|
|
4
4
|
"description": "DeekeScript应用",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "cpx \"src/**/*\" script",
|
|
8
8
|
"build-zip": "cpx \"src/**/*\" script && ts-node --esm ./deekeScriptZipBuild",
|
|
9
|
-
"build-obfuscator": "cpx \"src/**/*\" script &&
|
|
10
|
-
"build-obfuscator-zip": "cpx \"src/**/*\" script &&
|
|
9
|
+
"build-obfuscator": "cpx \"src/**/*\" script && ts-node --esm ./gulpfile",
|
|
10
|
+
"build-obfuscator-zip": "cpx \"src/**/*\" script && ts-node --esm ./gulpfile && ts-node --esm ./deekeScriptZipBuild",
|
|
11
11
|
"postinstall": "ts-node --esm init"
|
|
12
12
|
},
|
|
13
13
|
"repository": {
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"@types/node": "^22.13.9",
|
|
29
29
|
"file-loader": "^6.2.0",
|
|
30
30
|
"glob": "^11.0.0",
|
|
31
|
-
"
|
|
31
|
+
"gulp": "^5.0.0",
|
|
32
|
+
"gulp-uglify": "^3.0.2",
|
|
32
33
|
"ts-loader": "^9.5.1",
|
|
33
34
|
"typescript": "^5.8.2"
|
|
34
35
|
},
|
|
35
36
|
"dependencies": {
|
|
36
37
|
"adm-zip": "^0.5.16",
|
|
37
38
|
"cpx": "^1.5.0",
|
|
38
|
-
"inquirer": "^12.4.2",
|
|
39
39
|
"ts-node": "^10.9.2"
|
|
40
40
|
}
|
|
41
41
|
}
|
package/script/index.js
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
//这个文件不用编写代码
|
package/script/task/dy.js
CHANGED
|
@@ -1,56 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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();
|
|
1
|
+
let dyApp = require("./dyApp");
|
|
2
|
+
|
|
3
|
+
let tag = UiSelector().id('name').findOne();
|
|
4
|
+
|
|
5
|
+
// console.log(tag.click());
|
|
6
|
+
let config = {
|
|
7
|
+
toker_view_video_keywords: Storage.get('toker_view_video_keywords'),
|
|
8
|
+
toker_view_video_second: Storage.getInteger('toker_view_video_second'),
|
|
9
|
+
toker_run_sex: Storage.getArray('toker_run_sex'),
|
|
27
10
|
}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
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
|
|
11
|
+
|
|
12
|
+
console.log(config, dyApp.getName());//获取json文件中的配置参数
|
|
13
|
+
|
|
14
|
+
FloatDialogs.show('提示', '请编写业务代码');
|
package/script/task/dyApp.js
CHANGED
|
@@ -1,55 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
}
|
|
1
|
+
const dyApp = {
|
|
2
|
+
getName(){
|
|
3
|
+
return "appName";
|
|
44
4
|
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
|
|
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
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
module.exports = dyApp;
|
package/script/task/dyCity.js
CHANGED
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
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
|
|
1
|
+
FloatDialogs.show('提示', '请编写业务代码');
|
package/script/task/tool.js
CHANGED
|
@@ -1,62 +1,19 @@
|
|
|
1
|
-
const a4_0xdca837 = a4_0x50f2;
|
|
2
|
-
function a4_0x222a() {
|
|
3
|
-
const _0x4755a7 = [
|
|
4
|
-
'\x72\x75\x6e',
|
|
5
|
-
'\x31\x30\x34\x30\x39\x33\x30\x51\x64\x63\x69\x61\x6f',
|
|
6
|
-
'\x31\x36\x34\x39\x32\x37\x63\x45\x48\x4c\x64\x70',
|
|
7
|
-
'\x49\x79\x6e\x6f\x59',
|
|
8
|
-
'\x73\x68\x6f\x77',
|
|
9
|
-
'\x32\x32\x32\x36\x38\x31\x35\x6e\x41\x79\x4b\x43\x6d',
|
|
10
|
-
'\x34\x34\x30\x36\x33\x36\x55\x52\x70\x6a\x7a\x62',
|
|
11
|
-
'\x32\x32\x32\x30\x32\x37\x33\x45\x4b\x50\x55\x6d\x50',
|
|
12
|
-
'\x31\x33\x38\x31\x38\x32\x4d\x67\x6c\x78\x4d\x5a',
|
|
13
|
-
'\u8bf7\u7f16\u5199\u4e1a\u52a1\u4ee3\u7801',
|
|
14
|
-
'\x32\x32\x38\x66\x58\x4d\x76\x53\x76',
|
|
15
|
-
'\x38\x50\x72\x4c\x7a\x54\x77',
|
|
16
|
-
'\x38\x30\x44\x6e\x6a\x66\x66\x57',
|
|
17
|
-
'\x33\x56\x50\x6c\x66\x64\x75',
|
|
18
|
-
'\x37\x34\x35\x35\x38\x38\x62\x4c\x72\x6c\x4a\x62'
|
|
19
|
-
];
|
|
20
|
-
a4_0x222a = function () {
|
|
21
|
-
return _0x4755a7;
|
|
22
|
-
};
|
|
23
|
-
return a4_0x222a();
|
|
24
|
-
}
|
|
25
|
-
function a4_0x50f2(_0x50cafc, _0x427daa) {
|
|
26
|
-
const _0x222a0c = a4_0x222a();
|
|
27
|
-
return a4_0x50f2 = function (_0x50f232, _0x4a94d4) {
|
|
28
|
-
_0x50f232 = _0x50f232 - 0xf7;
|
|
29
|
-
let _0x1d3ad2 = _0x222a0c[_0x50f232];
|
|
30
|
-
return _0x1d3ad2;
|
|
31
|
-
}, a4_0x50f2(_0x50cafc, _0x427daa);
|
|
32
|
-
}
|
|
33
|
-
(function (_0x111885, _0x496138) {
|
|
34
|
-
const _0x2055f0 = a4_0x50f2, _0x2b8583 = _0x111885();
|
|
35
|
-
while (!![]) {
|
|
36
|
-
try {
|
|
37
|
-
const _0x17ab3e = parseInt(_0x2055f0(0x103)) / 0x1 + parseInt(_0x2055f0(0xfe)) / 0x2 * (parseInt(_0x2055f0(0xfb)) / 0x3) + parseInt(_0x2055f0(0xfc)) / 0x4 + parseInt(_0x2055f0(0x102)) / 0x5 + parseInt(_0x2055f0(0xf8)) / 0x6 * (-parseInt(_0x2055f0(0xff)) / 0x7) + -parseInt(_0x2055f0(0xf9)) / 0x8 * (parseInt(_0x2055f0(0x104)) / 0x9) + parseInt(_0x2055f0(0xfa)) / 0xa * (parseInt(_0x2055f0(0x105)) / 0xb);
|
|
38
|
-
if (_0x17ab3e === _0x496138)
|
|
39
|
-
break;
|
|
40
|
-
else
|
|
41
|
-
_0x2b8583['push'](_0x2b8583['shift']());
|
|
42
|
-
} catch (_0x4153e3) {
|
|
43
|
-
_0x2b8583['push'](_0x2b8583['shift']());
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
}(a4_0x222a, 0x869ae));
|
|
47
1
|
let myTask = {
|
|
48
|
-
|
|
2
|
+
intoApp() {
|
|
3
|
+
//打开并进入App
|
|
49
4
|
},
|
|
50
|
-
|
|
5
|
+
|
|
6
|
+
backApp() {
|
|
7
|
+
//退出当前App
|
|
51
8
|
},
|
|
52
|
-
|
|
9
|
+
|
|
10
|
+
task(){
|
|
11
|
+
//任务代码
|
|
53
12
|
},
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
const _0x31cf09 = _0x474f8f;
|
|
58
|
-
FloatDialogs[_0x1d83e8(0x101)]('\u63d0\u793a', _0x31cf09['\x49\x79\x6e\x6f\x59']);
|
|
13
|
+
|
|
14
|
+
run() {
|
|
15
|
+
FloatDialogs.show('提示', '请编写业务代码');
|
|
59
16
|
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
myTask.run();
|
package/src/task/dy.js
CHANGED
|
@@ -2,7 +2,7 @@ let dyApp = require("./dyApp");
|
|
|
2
2
|
|
|
3
3
|
let tag = UiSelector().id('name').findOne();
|
|
4
4
|
|
|
5
|
-
console.log(tag.click());
|
|
5
|
+
// console.log(tag.click());
|
|
6
6
|
let config = {
|
|
7
7
|
toker_view_video_keywords: Storage.get('toker_view_video_keywords'),
|
|
8
8
|
toker_view_video_second: Storage.getInteger('toker_view_video_second'),
|
package/obfuscator.config.json
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
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/script/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[]}
|
package/script/task/dy.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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('提示', '请编写业务代码');"]}
|
package/script/task/dyApp.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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;"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["sourceMap"],"names":["FloatDialogs"],"mappings":";;;;;;;CAAA;4BAAA;;;;;;;;;;;;;;uBAAAA,YAAA,C,kBAAA,E,cAAA,E,kBAAA,C,EAAA","sourcesContent":["FloatDialogs.show('提示', '请编写业务代码');"]}
|
package/script/task/tool.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["sourceMap"],"names":["myTask","FloatDialogs"],"mappings":"8BAAA;;;;;;;;;;;;;;;;;;;;;;;CAAA;;;;;;;;CAAA;;;;;;;;;;;;;;uBAAA;AAAA,IAAIA,MAAA,GAAS;AAAA,I,8BACT,G;KADS;AAAA,I,8BAKT,G;KALS;AAAA,I,kBAST,G;KATS;AAAA,I,cAaT,G;;;;QACIC,YAAA,C,gBAAA,E,cAAA,E,iCAAA,C;KAdK;AAAA,CAAb;AAkBAD,MAAA,C,iBAAA","sourcesContent":["let myTask = {\r\n intoApp() {\r\n //打开并进入App\r\n },\r\n\r\n backApp() {\r\n //退出当前App\r\n },\r\n\r\n task(){\r\n //任务代码\r\n },\r\n\r\n run() {\r\n FloatDialogs.show('提示', '请编写业务代码');\r\n }\r\n}\r\n\r\nmyTask.run();"]}
|