yingsa/miniprogram/project.private.config.json
ethanfly a87b9758a3 fix(config): Correct environment determination logic and enable URL check
- Updated the environment determination logic in config.js to accurately return "development" or "production" based on the current environment.
- Enabled URL check in project.private.config.json to enhance security and validation of URLs.
2026-02-08 08:37:11 +08:00

24 lines
618 B
JSON

{
"libVersion": "3.14.0",
"projectname": "yingsa",
"condition": {},
"setting": {
"urlCheck": true,
"coverView": true,
"lazyloadPlaceholderEnable": false,
"skylineRenderEnable": false,
"preloadBackgroundData": false,
"autoAudits": false,
"useApiHook": true,
"useApiHostProcess": true,
"showShadowRootInWxmlPanel": true,
"useStaticServer": false,
"useLanDebug": false,
"showES6CompileOption": false,
"compileHotReLoad": true,
"checkInvalidKey": true,
"ignoreDevUnusedFiles": true,
"bigPackageSizeSupport": false,
"useIsolateContext": true
}
}