bonus-material-app/src/manifest.json

129 lines
5.0 KiB
JSON
Raw Normal View History

2024-11-18 09:05:38 +08:00
{
2025-06-13 09:02:28 +08:00
"name" : "智慧材料站管理系统",
2025-05-29 18:52:57 +08:00
"appid" : "__UNI__AEEB2B7",
2024-12-20 09:23:59 +08:00
"description" : "",
"versionName" : "1.0.1",
"versionCode" : 101,
"transformPx" : false,
2024-11-18 09:05:38 +08:00
/* 5+App */
2024-12-20 09:23:59 +08:00
"app-plus" : {
"name" : "com.bonus.material",
"usingComponents" : true,
"nvueStyleCompiler" : "uni-app",
"compilerVersion" : 3,
"splashscreen" : {
"alwaysShowBeforeRender" : true,
"waiting" : true,
"autoclose" : true,
"delay" : 0
},
2024-12-20 09:23:59 +08:00
"compatible" : {
"ignoreVersion" : true
2024-11-18 09:05:38 +08:00
},
/* */
2025-01-03 18:19:03 +08:00
"modules" : {
"Camera" : {},
"LivePusher" : {},
"Barcode" : {},
"Record" : {}
},
2025-05-29 18:52:57 +08:00
"android" : {
"minSdkVersion" : "21"
},
2024-11-18 09:05:38 +08:00
/* */
2024-12-20 09:23:59 +08:00
"distribute" : {
2024-11-18 09:05:38 +08:00
/* android */
2024-12-20 09:23:59 +08:00
"android" : {
"permissions" : [
2024-11-18 09:05:38 +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 */
2024-12-20 09:23:59 +08:00
"ios" : {
"dSYMs" : false
2024-11-18 09:05:38 +08:00
},
/* SDK */
2024-12-20 10:39:36 +08:00
"sdkConfigs" : {
2025-01-03 18:19:03 +08:00
"ad" : {},
"geolocation" : {}
2025-06-04 12:17:53 +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"
},
"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"
}
}
2024-12-20 10:39:36 +08:00
}
2024-12-20 09:23:59 +08:00
},
2025-05-15 09:10:30 +08:00
"nativePlugins" : {}
2024-11-18 09:05:38 +08:00
},
/* */
2024-12-20 09:23:59 +08:00
"quickapp" : {},
2024-11-18 09:05:38 +08:00
/* */
2024-12-20 09:23:59 +08:00
"mp-weixin" : {
"appid" : "wx780dccf027dbd110",
"setting" : {
"urlCheck" : false
2024-11-18 09:05:38 +08:00
},
2024-12-20 09:23:59 +08:00
"usingComponents" : true
2024-11-18 09:05:38 +08:00
},
2024-12-20 09:23:59 +08:00
"mp-alipay" : {
"usingComponents" : true
2024-11-18 09:05:38 +08:00
},
2024-12-20 09:23:59 +08:00
"mp-baidu" : {
"usingComponents" : true
2024-11-18 09:05:38 +08:00
},
2024-12-20 09:23:59 +08:00
"mp-toutiao" : {
"usingComponents" : true
2024-11-18 09:05:38 +08:00
},
2024-12-20 09:23:59 +08:00
"uniStatistics" : {
"enable" : false
2024-11-18 09:05:38 +08:00
},
2025-04-15 13:27:37 +08:00
"vueVersion" : "3",
"h5" : {
"router" : {
2025-05-15 09:10:30 +08:00
"base" : "/iws/mea-h5/",
2025-04-15 13:27:37 +08:00
"mode" : "hash"
}
}
2024-11-18 09:05:38 +08:00
}