小程序代码查看器
ai4444 带你拆解一个最小小程序的结构
sitemap.json
7 行
| 1 | { |
| 2 | "desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html", |
| 3 | "rules": [{ |
| 4 | "action": "allow", |
| 5 | "page": "*" |
| 6 | }] |
| 7 | } |