smart-home/smart-home-app/.hbuilderx/launch.json

13 lines
344 B
JSON
Raw Normal View History

2026-02-26 09:16:34 +08:00
{
"version" : "1.0",
"configurations" : [
{
"customPlaygroundType" : "device",
"localRepoPath" : "D:/XinJiaPo/Firefly_code/smart-home/smart-home-app",
"packageName" : "com.archesens.android",
"playground" : "standard",
"type" : "uni-app:app-android"
}
]
}