UI改进;迁移至AutoJs6
This commit is contained in:
parent
7511a92db5
commit
5d1321724a
2 changed files with 240 additions and 179 deletions
36
project.json
36
project.json
|
@ -1,44 +1,20 @@
|
|||
{
|
||||
"abis": ["arm64-v8a", "armeabi-v7a", "x86", "x86_64"],
|
||||
"assets": [
|
||||
{
|
||||
"form": "/storage/emulated/0/脚本/helper_script",
|
||||
"to": "/project"
|
||||
}
|
||||
],
|
||||
"buildDir": "build",
|
||||
"abis": [],
|
||||
"assets": [],
|
||||
"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"
|
||||
"hideLogs": false
|
||||
},
|
||||
"libs": ["libjackpal-androidterm5.so", "libjackpal-termexec2.so"],
|
||||
"libs": [],
|
||||
"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"
|
||||
"versionCode": 2,
|
||||
"versionName": "1.1.0"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue