riku
2022-08-10 51600113c20d84ee54660de23324400604704dc2
project.config.json
@@ -1,10 +1,11 @@
{
  "description": "项目配置文件",
  "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  "packOptions": {
    "ignore": []
    "ignore": [],
    "include": []
  },
  "setting": {
    "urlCheck": true,
    "urlCheck": false,
    "es6": true,
    "enhance": false,
    "postcss": true,
@@ -21,55 +22,39 @@
    "checkSiteMap": true,
    "uploadWithSourceMap": true,
    "compileHotReLoad": false,
    "useMultiFrameRuntime": true,
    "useMultiFrameRuntime": false,
    "useApiHook": true,
    "useApiHostProcess": true,
    "babelSetting": {
      "ignore": [],
      "disablePlugins": [],
      "outputPath": ""
    },
    "enableEngineNative": false,
    "bundle": false,
    "useIsolateContext": true,
    "useCompilerModule": true,
    "userConfirmedUseCompilerModuleSwitch": false,
    "userConfirmedBundleSwitch": false,
    "packNpmManually": false,
    "packNpmRelationList": [],
    "minifyWXSS": true
    "useApiHostProcess": true,
    "enableEngineNative": false,
    "userConfirmedBundleSwitch": false,
    "minifyWXSS": true,
    "lazyloadPlaceholderEnable": false,
    "disableUseStrict": false,
    "showES6CompileOption": false,
    "useCompilerPlugins": false,
    "ignoreUploadUnusedFiles": true,
    "useStaticServer": true
  },
  "compileType": "miniprogram",
  "libVersion": "2.21.3",
  "appid": "wx6dbecd1e4e0d3cec",
  "appid": "wxffd1438dd373fcf6",
  "projectname": "ep-law-abiding",
  "debugOptions": {
    "hidedInDevtools": []
  "editorSetting": {
    "tabIndent": "insertSpaces",
    "tabSize": 2
  },
  "scripts": {},
  "staticServerOptions": {
    "baseURL": "",
    "servePath": ""
  },
  "isGameTourist": false,
  "condition": {
    "search": {
      "list": []
    },
    "conversation": {
      "list": []
    },
    "game": {
      "list": []
    },
    "plugin": {
      "list": []
    },
    "gamePlugin": {
      "list": []
    },
    "miniprogram": {
      "list": []
    }
  }
  "simulatorType": "wechat",
  "simulatorPluginLibVersion": {},
  "condition": {}
}