diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json deleted file mode 100644 index 29998cf..0000000 --- a/.hbuilderx/launch.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "version" : "1.0", - "configurations" : [ - { - "customPlaygroundType" : "local", - "playground" : "custom", - "type" : "uni-app:app-android" - } - ] -} diff --git a/unpackage/dist/dev/app-plus/manifest.json b/unpackage/dist/dev/app-plus/manifest.json deleted file mode 100644 index b664efb..0000000 --- a/unpackage/dist/dev/app-plus/manifest.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "@platforms": [ - "android", - "iPhone", - "iPad" - ], - "id": "__UNI__FB2D473", - "name": "护理单元", - "version": { - "name": "1.7.2", - "code": 172 - }, - "description": "护理单元", - "developer": { - "name": "", - "email": "", - "url": "" - }, - "permissions": { - "Share": {}, - "Camera": {}, - "VideoPlayer": {}, - "UniNView": { - "description": "UniNView原生渲染" - } - }, - "plus": { - "useragent": { - "value": "uni-app", - "concatenate": true - }, - "splashscreen": { - "target": "id:1", - "autoclose": true, - "waiting": true, - "delay": 0 - }, - "popGesture": "close", - "launchwebview": { - "render": "always", - "id": "1", - "kernel": "WKWebview" - }, - "usingComponents": true, - "nvueStyleCompiler": "uni-app", - "compilerVersion": 3, - "distribute": { - "icons": { - "android": { - "hdpi": "unpackage/res/icons/72x72.png", - "xhdpi": "unpackage/res/icons/96x96.png", - "xxhdpi": "unpackage/res/icons/144x144.png", - "xxxhdpi": "unpackage/res/icons/192x192.png" - }, - "ios": { - "appstore": "unpackage/res/icons/1024x1024.png", - "ipad": { - "app": "unpackage/res/icons/76x76.png", - "app@2x": "unpackage/res/icons/152x152.png", - "notification": "unpackage/res/icons/20x20.png", - "notification@2x": "unpackage/res/icons/40x40.png", - "proapp@2x": "unpackage/res/icons/167x167.png", - "settings": "unpackage/res/icons/29x29.png", - "settings@2x": "unpackage/res/icons/58x58.png", - "spotlight": "unpackage/res/icons/40x40.png", - "spotlight@2x": "unpackage/res/icons/80x80.png" - }, - "iphone": { - "app@2x": "unpackage/res/icons/120x120.png", - "app@3x": "unpackage/res/icons/180x180.png", - "notification@2x": "unpackage/res/icons/40x40.png", - "notification@3x": "unpackage/res/icons/60x60.png", - "settings@2x": "unpackage/res/icons/58x58.png", - "settings@3x": "unpackage/res/icons/87x87.png", - "spotlight@2x": "unpackage/res/icons/80x80.png", - "spotlight@3x": "unpackage/res/icons/120x120.png" - } - } - }, - "google": { - "permissions": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ], - "abiFilters": [ - "armeabi-v7a", - "arm64-v8a", - "x86" - ] - }, - "apple": { - "dSYMs": false - }, - "plugins": { - "share": { - "weixin": { - "appid": "wxda748470da82886e", - "UniversalLinks": "" - } - }, - "audio": { - "mp3": { - "description": "Android平台录音支持MP3格式文件" - } - } - } - }, - "nativePlugins": { - "MonitorModule": { - "__plugin_info__": { - "name": "MonitorModule", - "description": "bugly升级", - "platforms": "Android", - "url": "", - "android_package_name": "", - "ios_bundle_id": "", - "isCloud": false, - "bought": -1, - "pid": "", - "parameters": {} - } - } - }, - "statusbar": { - "immersed": "supportedDevice", - "style": "dark", - "background": "#F8F8F8" - }, - "uniStatistics": { - "enable": false - }, - "allowsInlineMediaPlayback": true, - "uni-app": { - "control": "uni-v3", - "vueVersion": "3", - "compilerVersion": "4.76", - "nvueCompiler": "uni-app", - "renderer": "auto", - "nvue": { - "flex-direction": "column" - }, - "nvueLaunchMode": "normal", - "webView": { - "minUserAgentVersion": "49.0" - } - } - }, - "app-harmony": { - "useragent": { - "value": "uni-app", - "concatenate": true - }, - "uniStatistics": { - "enable": false - } - }, - "screenOrientation": [ - "landscape-primary", - "landscape-secondary" - ], - "launch_path": "__uniappview.html" -} \ No newline at end of file