This commit is contained in:
Teng 2025-09-26 15:06:59 +08:00
parent e5ae336d88
commit 146f6870a8
2 changed files with 83 additions and 82 deletions

View File

@ -1,28 +1,28 @@
{ {
"name" : "weixin-officialaccount", "name": "weixin-officialaccount",
"appid" : "__UNI__010B3C0", "appid": "__UNI__010B3C0",
"description" : "", "description": "",
"versionName" : "1.0.0", "versionName": "1.0.0",
"versionCode" : "100", "versionCode": "100",
"transformPx" : false, "transformPx": false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus": {
"usingComponents" : true, "usingComponents": true,
"nvueStyleCompiler" : "uni-app", "nvueStyleCompiler": "uni-app",
"compilerVersion" : 3, "compilerVersion": 3,
"splashscreen" : { "splashscreen": {
"alwaysShowBeforeRender" : true, "alwaysShowBeforeRender": true,
"waiting" : true, "waiting": true,
"autoclose" : true, "autoclose": true,
"delay" : 0 "delay": 0
}, },
/* */ /* */
"modules" : {}, "modules": {},
/* */ /* */
"distribute" : { "distribute": {
/* android */ /* android */
"android" : { "android": {
"permissions" : [ "permissions": [
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>", "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>", "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
"<uses-permission android:name=\"android.permission.VIBRATE\"/>", "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
@ -41,42 +41,43 @@
] ]
}, },
/* ios */ /* ios */
"ios" : {}, "ios": {},
/* SDK */ /* SDK */
"sdkConfigs" : {} "sdkConfigs": {}
} }
}, },
/* */ /* */
"quickapp" : {}, "quickapp": {},
/* */ /* */
"mp-weixin" : { "mp-weixin": {
"appid" : "wx53bc8a44e780d26a", "appid": "wx53bc8a44e780d26a",
"setting" : { "setting": {
"urlCheck" : false, "urlCheck": false,
"minified" : true, "minified": true,
"es6" : false, "es6": false,
"postcss" : false "postcss": false
}, },
"usingComponents" : true "usingComponents": true,
"libVersion": "latest"
}, },
"mp-alipay" : { "mp-alipay": {
"usingComponents" : true "usingComponents": true
}, },
"mp-baidu" : { "mp-baidu": {
"usingComponents" : true "usingComponents": true
}, },
"mp-toutiao" : { "mp-toutiao": {
"usingComponents" : true "usingComponents": true
}, },
"uniStatistics" : { "uniStatistics": {
"enable" : false "enable": false
}, },
"vueVersion" : "3", "vueVersion": "3",
"h5" : { "h5": {
"title" : "登录中", "title": "登录中",
"publicPath" : "/thd/", // /thd/ "publicPath": "/thd/", // /thd/
"router" : { "router": {
"base" : "/wechat/thd/" // /thd/ "base": "/wechat/thd/" // /thd/
} }
} }
} }

View File

@ -12,7 +12,7 @@
"bigPackageSizeSupport": true "bigPackageSizeSupport": true
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "", "libVersion": "latest",
"appid": "wx53bc8a44e780d26a", "appid": "wx53bc8a44e780d26a",
"projectname": "weixin-officialaccount", "projectname": "weixin-officialaccount",
"condition": { "condition": {