123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- {
- "@platforms": [
- "android",
- "iPhone",
- "iPad"
- ],
- "id": "__UNI__61DDDA4",
- "name": "his_user_app",
- "version": {
- "name": "1.0.0",
- "code": "100"
- },
- "description": "",
- "developer": {
- "name": "",
- "email": "",
- "url": ""
- },
- "permissions": {
- "UniNView": {
- "description": "UniNView原生渲染"
- }
- },
- "plus": {
- "useragent": {
- "value": "uni-app",
- "concatenate": true
- },
- "splashscreen": {
- "target": "id:1",
- "autoclose": true,
- "waiting": true,
- "delay": 0
- },
- "popGesture": "close",
- "launchwebview": {
- "id": "1",
- "kernel": "WKWebview"
- },
- "usingComponents": true,
- "nvueStyleCompiler": "uni-app",
- "compilerVersion": 3,
- "distribute": {
- "google": {
- "permissions": [
- "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
- "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
- "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
- "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
- "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
- "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
- "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
- "<uses-permission android:name=\"android.permission.CAMERA\"/>",
- "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
- "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
- "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
- "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
- "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
- "<uses-feature android:name=\"android.hardware.camera\"/>",
- "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
- ]
- },
- "apple": {},
- "plugins": {
- "audio": {
- "mp3": {
- "description": "Android平台录音支持MP3格式文件"
- }
- }
- }
- },
- "statusbar": {
- "immersed": "supportedDevice",
- "style": "dark",
- "background": "#C39A58"
- },
- "uniStatistics": {
- "enable": false
- },
- "allowsInlineMediaPlayback": true,
- "safearea": {
- "background": "#ffffff",
- "bottom": {
- "offset": "auto"
- }
- },
- "uni-app": {
- "control": "uni-v3",
- "vueVersion": "3",
- "compilerVersion": "4.15",
- "nvueCompiler": "uni-app",
- "renderer": "auto",
- "nvue": {
- "flex-direction": "column"
- },
- "nvueLaunchMode": "normal",
- "webView": {
- "minUserAgentVersion": "49.0"
- }
- },
- "tabBar": {
- "position": "bottom",
- "color": "#7e7e7e",
- "selectedColor": "#C39A58",
- "borderStyle": "rgba(255,255,255,0.4)",
- "blurEffect": "none",
- "fontSize": "12px",
- "iconWidth": "18px",
- "spacing": "4px",
- "height": "64px",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "/static/images/home.png",
- "selectedIconPath": "/static/images/home_select.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/TUIKit/TUIPages/TUIConversation/index",
- "iconPath": "/static/images/inquiry.png",
- "selectedIconPath": "/static/images/inquiry_select.png",
- "text": "问诊"
- },
- {
- "pagePath": "pages/store/index",
- "iconPath": "/static/images/store.png",
- "selectedIconPath": "/static/images/store_select.png",
- "text": "疗法"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "/static/images/my.png",
- "selectedIconPath": "/static/images/my_select.png",
- "text": "我的"
- }
- ],
- "selectedIndex": 0,
- "shown": true
- }
- },
- "launch_path": "__uniappview.html"
- }
|