Initial commit

This commit is contained in:
2026-06-05 17:46:51 +08:00
commit c04c890186
96 changed files with 6477 additions and 0 deletions

9
miniprogram/sitemap.json Normal file
View File

@@ -0,0 +1,9 @@
{
"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" }
]
}