ai-clone/frontend-ai/.hbuilderx/launch.json

13 lines
305 B
JSON
Raw Permalink Normal View History

2026-03-05 14:29:21 +08:00
{
"version" : "1.0",
"configurations" : [
{
"customPlaygroundType" : "device",
"localRepoPath" : "E:/ai-clone/ai-clone",
"packageName" : "com.yj.android",
"playground" : "custom",
"type" : "uni-app:app-android"
}
]
}