jiangping
2024-10-10 29d76f8a034cb2bbeccee258e97f66f2e2d87451
h5_meeting/manifest.json
@@ -1,5 +1,5 @@
{
    "name" : "h5_meeting",
    "name" : "安泰会议室",
    "appid" : "__UNI__EF8BAA7",
    "description" : "",
    "versionName" : "1.0.0",
@@ -17,7 +17,9 @@
            "delay" : 0
        },
        /* 模块配置 */
        "modules" : {},
        "modules" : {
            "VideoPlayer" : {}
        },
        /* 应用发布信息 */
        "distribute" : {
            /* android打包配置 */
@@ -41,11 +43,69 @@
                ]
            },
            /* ios打包配置 */
            "ios" : {},
            "ios" : {
                "dSYMs" : false
            },
            /* SDK配置 */
            "sdkConfigs" : {}
            "sdkConfigs" : {
                "ad" : {},
                "oauth" : {}
            },
            "icons" : {
                "android" : {
                    "xxhdpi" : "unpackage/res/icons/144x144.png",
                    "xhdpi" : "unpackage/res/icons/96x96.png",
                    "hdpi" : "unpackage/res/icons/72x72.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"
                    }
                }
            }
        }
    },
    "h5": {
       "router": {
          "mode": "hash",
          "base": "./"
       },
       "devServer": {
          "port": 8091,
          "historyApiFallback": true,
          "disableHostCheck": true,
          // "proxy": {
          //    "/gateway_interface": {
          //       "target" : "http://10.50.250.253:8088/gateway_interface", // 代理服务器域名或IP地址
          //       "changeOrigin": true, // 允许跨域
          //       "pathRewrite": {
          //          "^/gateway_interface": ""
          //       }
          //    }
          // },
          "https": false
       }
    },
    /* 快应用特有相关 */
    "quickapp" : {},
    /* 小程序特有相关 */