feat: init
This commit is contained in:
59
project.json
Normal file
59
project.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"abis": [
|
||||
"arm64-v8a",
|
||||
"armeabi-v7a",
|
||||
"x86",
|
||||
"x86_64"
|
||||
],
|
||||
"assets": [
|
||||
{
|
||||
"form": "/storage/emulated/0/脚本/autojs/boot",
|
||||
"to": "/project"
|
||||
}
|
||||
],
|
||||
"buildDir": "build",
|
||||
"build": {
|
||||
"build_id": null,
|
||||
"build_number": 0,
|
||||
"build_time": 0
|
||||
},
|
||||
"useFeatures": [],
|
||||
"icon": "res/logo.png",
|
||||
"ignoredDirs": [
|
||||
"build"
|
||||
],
|
||||
"encrypt-code": false,
|
||||
"launchConfig": {
|
||||
"displaySplash": true,
|
||||
"hideAccessibilityServices": false,
|
||||
"hideLauncher": false,
|
||||
"hideLogs": false,
|
||||
"stableMode": false,
|
||||
"volumeUpcontrol": true,
|
||||
"permissions": [
|
||||
"accessibility_services",
|
||||
"background_start",
|
||||
"draw_overlay"
|
||||
],
|
||||
"serviceDesc": "自动操作",
|
||||
"splashIcon": "res/splashIcon.png",
|
||||
"splashText": "请合理使用"
|
||||
},
|
||||
"libs": [
|
||||
"libjackpal-androidterm5.so",
|
||||
"libjackpal-termexec2.so"
|
||||
],
|
||||
"main": "main.js",
|
||||
"name": "PowerBank",
|
||||
"outputPath": "/storage/emulated/0/脚本/autojs/boot/build",
|
||||
"packageName": "com.power.bank",
|
||||
"projectDirectory": "/storage/emulated/0/脚本/autojs/boot",
|
||||
"scripts": {},
|
||||
"signingConfig": {
|
||||
"alias": null,
|
||||
"keystore": null
|
||||
},
|
||||
"sourcePath": "/storage/emulated/0/脚本/autojs/main.js",
|
||||
"versionCode": 1,
|
||||
"versionName": "1.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user