10 lines
388 B
JSON
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" }
|
|
]
|
|
}
|