@@ -35,5 +35,6 @@
"onReachBottomDistance": 50,
"enablePullDownRefresh": true
},
- "debug": false
+ "debug": false,
+ "sitemapLocation": "sitemap.json"
}
@@ -18,6 +18,8 @@
"hidedInDevtools": []
"isGameTourist": false,
+ "simulatorType": "wechat",
+ "simulatorPluginLibVersion": {},
"condition": {
"search": {
"current": -1,
@@ -0,0 +1,7 @@
+{
+ "desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
+ "rules": [{
+ "action": "allow",
+ "page": "*"
+ }]
+}