This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
C
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
66
Wiki
Activity
Browse Source
[增加sitemap.JSON]
tags/湖南版5.1.4
meo
6 years ago
parent
08381ec52d
commit
3c70e9f06d
2 changed files
with
9 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
app.json
+7
-0
sitemap.json
+ 2
- 1
app.json
View File
@@ -112,5 +112,6 @@
"request": 30000,
"downloadFile": 10000
},
"debug": false
"debug": false,
"sitemapLocation": "sitemap.json"
}
+ 7
- 0
sitemap.json
View File
@@ -0,0 +1,7 @@
{
"desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
"rules": [{
"action": "allow",
"page": "*"
}]
}
Write
Preview
Loading…
Cancel
Save