{
  "desc": "关于本文件的更多信息，请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
  "rules": [
    {
      "action": "allow",
      "page": "*"
    },
    {
      "action": "allow",
      "page": "pages/home/index",
      "params": [
        "a",
        "b"
      ],
      "matching": "inclusive",
      "priority":1
    }
  ]
}