@@ -387,5 +387,6 @@
"t-tr": "/components/plugin/t-table/t-tr",
"t-th": "/components/plugin/t-table/t-th",
"t-td": "/components/plugin/t-table/t-td"
- }
+ },
+ "sitemapLocation": "sitemap.json"
}
@@ -0,0 +1,7 @@
+{
+ "desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
+ "rules": [{
+ "action": "allow",
+ "page": "*"
+ }]
+}