cadb
Version:
安卓/鸿蒙系统截图/录屏工具
43 lines (42 loc) • 1.36 kB
JSON
[
{
"name": "scs",
"description": "Detect an Android or Harmony-Next OS Device and start a screenshot session",
"executableFile": "./commands/screenshot.js"
},
{
"name": "video",
"description": "Detect an Android or Harmony-Next OS Device and start a video record",
"executableFile": "./commands/videoshot.js"
},
{
"name": "crnpack",
"description": "Pack a CRN project and push to harmony project then build",
"executableFile": "./commands/crnpack.js"
},
{
"name": "install",
"description": "Install an apk or hap file to device",
"executableFile": "./commands/install.js"
},
{
"name": "packpush",
"description": "Insert a crn bundle to android device of the app's internal app_ctripwebapp5 directory",
"executableFile": "./commands/packpush.js"
},
{
"name": "connect",
"description": "connect harmony devices with internal wifi",
"executableFile": "./commands/connect.js"
},
{
"name": "synchar",
"description": "sync harmony mcd library version to ztrip harmony project",
"executableFile": "./commands/syncHar.js"
},
{
"name": "localhar",
"description": "locally build harmony har in ctrip_harmony project whit none-binary mode, and then insert the har to ztrip-harmony project",
"executableFile": "./commands/localHar.js"
}
]