1 Star 0 Fork 6

恽昊/autojs_credit

forked from walkingsky/autojs_credit 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
project.json 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
walkingsky 提交于 2022-09-18 00:16 . 添加可以打包的配置文件
{
"abis": [
"arm64-v8a",
"armeabi-v7a",
"x86",
"x86_64"
],
"assets": [
{
"form": "/storage/emulated/0/脚本/自动脚本",
"to": "/project"
}
],
"buildDir": "build",
"build": {
"build_id": null,
"build_number": 0,
"build_time": 0
},
"useFeatures": [],
"icon": "res/logo.png",
"ignoredDirs": [
"build"
],
"launchConfig": {
"displaySplash": false,
"hideLauncher": false,
"hideLogs": false,
"stableMode": false,
"volumeUpcontrol": true,
"permissions": [
"accessibility_services",
"draw_overlay"
],
"serviceDesc": "使脚本自动操作(点击、长按、滑动等)所需,若关闭则只能执行不涉及自动操作的脚本。",
"splashIcon": "res/splashIcon.png",
"splashText": "Powered by Autoxjs.com"
},
"libs": [
"libopencv_java4.so",
"libjackpal-androidterm5.so",
"libjackpal-termexec2.so"
],
"main": "main.js",
"name": "自动脚本",
"outputPath": "/storage/emulated/0/脚本/自动脚本/build",
"packageName": "com.script.auto.tools",
"projectDirectory": "/storage/emulated/0/脚本/自动脚本",
"scripts": {},
"signingConfig": {
"alias": null,
"keystore": null
},
"sourcePath": "/storage/emulated/0/脚本/自动脚本/main.js",
"versionCode": 1,
"versionName": "1.0.0"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/haoyun45/autojs_credit.git
git@gitee.com:haoyun45/autojs_credit.git
haoyun45
autojs_credit
autojs_credit
main

搜索帮助