Bläddra i källkod

【无效的提交】

master
HolyKnightIX 2 år sedan
förälder
incheckning
b80a49a789
4 ändrade filer med 33 tillägg och 24 borttagningar
  1. +2
    -1
      app.json
  2. +17
    -23
      project.config.json
  3. +7
    -0
      project.private.config.json
  4. +7
    -0
      sitemap.json

+ 2
- 1
app.json Visa fil

@@ -50,5 +50,6 @@
"request": 10000,
"downloadFile": 10000
},
"debug": false
"debug": false,
"sitemapLocation": "sitemap.json"
}

+ 17
- 23
project.config.json Visa fil

@@ -1,36 +1,30 @@
{
"description": "项目配置文件。",
"packOptions": {
"ignore": []
"ignore": [],
"include": []
},
"setting": {
"urlCheck": false,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true
"newFeature": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"compileType": "miniprogram",
"libVersion": "2.2.2",
"appid": "wx8eb8275b78db4ede",
"projectname": "C4",
"isGameTourist": false,
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"game": {
"currentL": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": []
}
}
"appid": "wx649b3be73c1afe47",
"projectname": "C",
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
},
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {}
}

+ 7
- 0
project.private.config.json Visa fil

@@ -0,0 +1,7 @@
{
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "C",
"setting": {
"compileHotReLoad": true
}
}

+ 7
- 0
sitemap.json Visa fil

@@ -0,0 +1,7 @@
{
"desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
"rules": [{
"action": "allow",
"page": "*"
}]
}

Laddar…
Avbryt
Spara