Files
PetCommunity/miniprogram/sitemap.json
2026-06-05 17:46:51 +08:00

10 lines
388 B
JSON

{
"desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
"rules": [
{ "action": "allow", "page": "pages/feed/feed" },
{ "action": "allow", "page": "pages/pet-detail/pet-detail" },
{ "action": "disallow", "page": "pages/post/post" },
{ "action": "disallow", "page": "pages/chat/chat" }
]
}