PixelAI-mobile/manifest.json

213 lines
8.6 KiB
JSON
Raw Normal View History

2024-12-03 09:34:24 +08:00
{
"name" : "pixel.ai制图",
"appid" : "__UNI__0B08B09",
2024-12-05 11:46:54 +08:00
"description" : "给您带来有趣的制图体验!",
2024-12-03 09:34:24 +08:00
"versionName" : "1.5.0",
"versionCode" : "100",
"transformPx" : false,
/* 5+App */
"app-plus" : {
"safearea" : {
"bottom" : {
"offset" : "none"
}
},
"usingComponents" : true,
"nvueCompiler" : "uni-app",
"compilerVersion" : 3,
"splashscreen" : {
"alwaysShowBeforeRender" : true,
"waiting" : true,
"autoclose" : true,
"delay" : 0
},
/* */
"modules" : {},
/* */
"distribute" : {
/* android */
"android" : {
"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.READ_CONTACTS\"/>",
"<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.WRITE_CONTACTS\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.CAMERA\"/>",
"<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
"<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
"<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
"<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.CALL_PHONE\"/>",
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
"<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
]
},
/* ios */
"ios" : {
"dSYMs" : false
},
/* SDK */
"sdkConfigs" : {
"ad" : {}
2024-12-05 11:46:54 +08:00
},
"splashscreen" : {
"androidStyle" : "common"
2024-12-30 19:29:44 +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-03 09:34:24 +08:00
}
}
},
/* */
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "wxb2b26092ee7ab2e0",
"setting" : {
"urlCheck" : false,
"es6" : true,
"minified" : true,
"postcss" : true
},
"usingComponents" : true,
"permission" : {
"scope.userLocation" : {
"desc" : "获取您的位置信息,仅用于定位"
}
}
},
"mp-alipay" : {
"usingComponents" : true
},
"mp-baidu" : {
"usingComponents" : true
},
"mp-toutiao" : {
"usingComponents" : true
},
"h5" : {
"template" : "template.h5.html",
"router" : {
2025-01-22 20:25:38 +08:00
"mode" : "hash",
"base" : "/pixel/"
2024-12-03 09:34:24 +08:00
},
"title" : "pixel.ai制图",
"devServer" : {
"disableHostCheck" : true,
"proxy" : {
2024-12-30 19:01:03 +08:00
"/pixelApi" : {
"target" : "http://8.138.171.103/pixelApi", // 测试环境
// "target" : "https://www.ylemai.cn/pixelApi",// 正式环境
2024-12-30 19:01:03 +08:00
"changeOrigin" : true,
"secure" : true,
"ws" : false,
"pathRewrite" : {
"^/pixelApi" : ""
}
},
2024-12-03 09:34:24 +08:00
"/upload" : {
2024-12-30 19:01:03 +08:00
"target" : "http://8.138.171.103", // 测试环境
// "target" : "https://www.ylemai.cn",// 正式环境
2024-12-03 09:34:24 +08:00
"changeOrigin" : true,
"secure" : true,
"ws" : false
},
2025-01-22 20:25:38 +08:00
"/static" : {
"target" : "http://8.138.171.103", // 测试环境
// "target" : "https://www.ylemai.cn",// 正式环境
2025-01-22 20:25:38 +08:00
"changeOrigin" : true,
"secure" : true,
"ws" : false
},
2024-12-03 09:34:24 +08:00
"/aiupload" : {
2024-12-30 19:01:03 +08:00
"target" : "http://8.138.171.103/upload", // 测试环境
// "target" : "https://www.ylemai.cn/upload",// 正式环境
2024-12-03 09:34:24 +08:00
"changeOrigin" : true,
"secure" : true,
2024-12-29 16:09:08 +08:00
"ws" : false,
2024-12-30 19:01:03 +08:00
"pathRewrite" : {
"^/aiupload" : ""
}
2024-12-29 16:09:08 +08:00
},
2024-12-30 19:01:03 +08:00
"/ossUpload" : {
"target" : "http://guojunjie.oss-cn-hangzhou.aliyuncs.com",
2025-01-22 20:25:38 +08:00
// "target" : "http://pixel-ai-file-test.oss-cn-guangzhou.aliyuncs.com",
2024-12-30 19:01:03 +08:00
"changeOrigin" : true,
"secure" : true,
"ws" : false,
"pathRewrite" : {
"^/ossUpload/" : ""
}
},
2025-01-22 20:25:38 +08:00
"/otherOssUpload" : {
"target" : "http://pixel-ai-file-test.oss-cn-guangzhou.aliyuncs.com",
"changeOrigin" : true,
"secure" : true,
"ws" : false,
"pathRewrite" : {
"^/otherOssUpload/" : ""
}
},
"/anotherOssUpload" : {
"target" : "http://pixel-ai-file.oss-cn-guangzhou.aliyuncs.com",
"changeOrigin" : true,
"secure" : true,
"ws" : false,
"pathRewrite" : {
"^/anotherOssUpload/" : ""
}
},
2024-12-30 19:01:03 +08:00
"/asyncOssUpload" : {
"target" : "https://dashscope-result-bj.oss-cn-beijing.aliyuncs.com",
"changeOrigin" : true,
"secure" : true,
"ws" : false,
"pathRewrite" : {
"^/asyncOssUpload/" : ""
}
}
2024-12-03 09:34:24 +08:00
}
}
2024-12-05 11:46:54 +08:00
},
"locale" : "zh-Hans"
2024-12-03 09:34:24 +08:00
}