MrShi
2026-05-18 b099e758396f61b39d24cf5fa6be7bb0d10c2b4d
app/.hbuilderx/launch.json
@@ -2,11 +2,16 @@
    "version" : "1.0",
    "configurations" : [
        {
            "customPlaygroundType" : "device",
            "customPlaygroundType" : "local",
            "localRepoPath" : "D:/豆米/gtzxinglijicun/app",
            "packageName" : "com.doumee.mall",
            "playground" : "standard",
            "packageName" : "com.doumee.app",
            "playground" : "custom",
            "type" : "uni-app:app-android"
        },
        {
            "customPlaygroundType" : "device",
            "playground" : "custom",
            "type" : "uni-app:app-ios"
        }
    ]
}