first commit
This commit is contained in:
commit
7511a92db5
6 changed files with 910 additions and 0 deletions
44
project.json
Normal file
44
project.json
Normal file
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"abis": ["arm64-v8a", "armeabi-v7a", "x86", "x86_64"],
|
||||
"assets": [
|
||||
{
|
||||
"form": "/storage/emulated/0/脚本/helper_script",
|
||||
"to": "/project"
|
||||
}
|
||||
],
|
||||
"buildDir": "build",
|
||||
"build": {
|
||||
"build_id": null,
|
||||
"build_number": 0,
|
||||
"build_time": 0
|
||||
},
|
||||
"useFeatures": [],
|
||||
"icon": "logo.png",
|
||||
"ignoredDirs": ["build"],
|
||||
"launchConfig": {
|
||||
"displaySplash": false,
|
||||
"hideAccessibilityServices": false,
|
||||
"hideLauncher": false,
|
||||
"hideLogs": true,
|
||||
"stableMode": false,
|
||||
"volumeUpcontrol": false,
|
||||
"permissions": ["draw_overlay"],
|
||||
"serviceDesc": "使脚本自动操作(点击、长按、滑动等)所需,若关闭则只能执行不涉及自动操作的脚本。",
|
||||
"splashIcon": "logo.png",
|
||||
"splashText": "mower-ng helper"
|
||||
},
|
||||
"libs": ["libjackpal-androidterm5.so", "libjackpal-termexec2.so"],
|
||||
"main": "main.js",
|
||||
"name": "mower-ng helper",
|
||||
"outputPath": "/storage/emulated/0/脚本/helper_script/build",
|
||||
"packageName": "vip.zhaozuohong.mowernghelper",
|
||||
"projectDirectory": "/storage/emulated/0/脚本/helper_script",
|
||||
"scripts": {},
|
||||
"signingConfig": {
|
||||
"alias": "autoxjs6",
|
||||
"keystore": "/storage/emulated/0/脚本/.keyStore/AutoX.keystore"
|
||||
},
|
||||
"sourcePath": "/storage/emulated/0/脚本/helper_script/main.js",
|
||||
"versionCode": 1,
|
||||
"versionName": "1.0.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue