fix(release): 添加发布到微信小程序的外部配置缺失文件,源代码的坑。

This commit is contained in:
2025-10-28 11:40:14 +08:00
parent 7f3dc284eb
commit b56a977f2b
4 changed files with 187 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "lucky_weapp",
"appid" : "__UNI__FB025B5",
"appid" : "__UNI__A3A4830",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
@@ -58,7 +58,7 @@
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "wxd0d197d489e31428",
"appid" : "wx9377ddae89263145",
"setting" : {
"urlCheck" : false,
"postcss" : false,
@@ -126,5 +126,5 @@
"uniStatistics" : {
"version" : "2"
},
"sassImplementationName": "node-sass"
"sassImplementationName" : "node-sass"
}