Files
frontend-app/manifest.json
T

159 lines
6.3 KiB
JSON
Raw Normal View History

2025-02-28 16:19:58 +08:00
{
2025-08-23 15:29:32 +08:00
"name" : "信任桥",
"appid" : "__UNI__4910728",
"description" : "信任桥优品是一款集线上商城、线下联盟商家的DAO聚合商城;通过“有趣”“有利”“有希望”的卖货玩法,吸引消费者、推广者、商家、投资人参与生态,共同打造共创共享的全球产业生态。",
2025-08-26 20:42:38 +08:00
"versionName" : "1.0.2",
"versionCode" : 127,
2025-08-23 15:29:32 +08:00
"transformPx" : false,
2025-02-28 16:19:58 +08:00
/* 5+App特有相关 */
2025-08-23 15:29:32 +08:00
"app-plus" : {
"name" : "哈希优品",
"usingComponents" : true,
"nvueStyleCompiler" : "uni-app",
"compilerVersion" : 3,
"ios" : {
"deploymentTarget" : "13.0"
2025-08-19 22:53:33 +08:00
},
2025-08-23 15:29:32 +08:00
"splashscreen" : {
"alwaysShowBeforeRender" : true,
"waiting" : true,
"autoclose" : true,
"delay" : 0
2025-02-28 16:19:58 +08:00
},
/* 模块配置 */
2025-08-23 15:29:32 +08:00
"modules" : {
"Payment" : {},
"Camera" : {}
2025-05-07 09:54:33 +08:00
},
2025-02-28 16:19:58 +08:00
/* 应用发布信息 */
2025-08-23 15:29:32 +08:00
"distribute" : {
2025-02-28 16:19:58 +08:00
/* android打包配置 */
2025-08-23 15:29:32 +08:00
"android" : {
"schemes" : [ "trustbridgeapp" ],
"permissions" : [
2025-02-28 16:19:58 +08:00
"<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\"/>"
]
},
/* ios打包配置 */
2025-08-23 15:29:32 +08:00
"ios" : {
"dSYMs" : false,
"idfa" : false,
"urltypes" : [
{
"urlidentifier" : "com.trustbridgeapp.mm",
"urlschemes" : [ "trustbridgeapp" ]
}
],
"associatedDomains" : [ "applinks:ulink.trustbridgeapp.com" ]
2025-03-20 08:46:07 +08:00
},
2025-02-28 16:19:58 +08:00
/* SDK配置 */
2025-08-23 15:29:32 +08:00
"sdkConfigs" : {
"payment" : {
"alipay" : {
"__platform__" : [ "ios", "android" ]
2025-05-07 09:54:33 +08:00
}
}
},
2025-08-23 15:29:32 +08:00
"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"
2025-02-28 16:19:58 +08:00
},
2025-08-23 15:29:32 +08:00
"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"
2025-02-28 16:19:58 +08:00
},
2025-08-23 15:29:32 +08:00
"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"
2025-02-28 16:19:58 +08:00
}
}
2025-08-23 14:25:27 +08:00
},
2025-08-23 15:29:32 +08:00
"splashscreen" : {
"useOriginalMsgbox" : true
2025-02-28 16:19:58 +08:00
}
2025-05-10 18:17:24 +08:00
},
/*忽略版本提示*/
2025-08-23 15:29:32 +08:00
"compatible" : {
"ignoreVersion" : true
2025-02-28 16:19:58 +08:00
}
},
/* 快应用特有相关 */
2025-08-23 15:29:32 +08:00
"quickapp" : {},
2025-02-28 16:19:58 +08:00
/* 小程序特有相关 */
2025-08-23 15:29:32 +08:00
"mp-weixin" : {
"appid" : "wx376a16a88befe265",
"setting" : {
"urlCheck" : false,
"minified" : true,
"uglifyFileName" : true,
"es6" : true,
"postcss" : true,
"sourcemap" : false
2025-02-28 16:19:58 +08:00
},
2025-08-23 15:29:32 +08:00
"usingComponents" : true,
"optimization" : {
"subPackages" : true
2025-08-06 20:25:41 +08:00
}
2025-02-28 16:19:58 +08:00
},
2025-08-23 15:29:32 +08:00
"mp-alipay" : {
"usingComponents" : true
2025-02-28 16:19:58 +08:00
},
2025-08-23 15:29:32 +08:00
"mp-baidu" : {
"usingComponents" : true
2025-02-28 16:19:58 +08:00
},
2025-08-23 15:29:32 +08:00
"mp-toutiao" : {
"usingComponents" : true
2025-02-28 16:19:58 +08:00
},
2025-08-23 15:29:32 +08:00
"uniStatistics" : {
"enable" : false
2025-02-28 16:19:58 +08:00
},
2025-08-30 20:03:57 +08:00
"vueVersion" : "3",
"h5": {
"devServer": {
"disableHostCheck": true, // 禁止访问本地host文件
"port": 8085, // 修改项目端口
"proxy": {
"/api": { // 配置服务器路径
"target": "http://api.outer.tbmall.xin:6880", // 目标服务器
"changeOrigin": true, // 重写路径
"pathRewrite": {
"^/api": "" // 将/api替换为空
}
}
}
}
}
2025-08-23 15:29:32 +08:00
}