Update appid in project config and disable URL check in private config

This commit is contained in:
ethanfly 2026-01-22 23:09:14 +08:00
parent 824334907d
commit 379ecb029a
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
},
"compileType": "miniprogram",
"libVersion": "3.3.4",
"appid": "touristappid",
"appid": "wxcadb23af01ea7229",
"projectname": "yingsha-miniprogram",
"condition": {},
"editorSetting": {

View File

@ -3,7 +3,7 @@
"projectname": "yingsha-miniprogram",
"condition": {},
"setting": {
"urlCheck": true,
"urlCheck": false,
"coverView": true,
"lazyloadPlaceholderEnable": false,
"skylineRenderEnable": false,