first commit

This commit is contained in:
ytc1012
2026-02-04 16:11:55 +08:00
commit 0f3ee050dc
165 changed files with 25795 additions and 0 deletions

16
miniprogram/sitemap.json Normal file
View File

@@ -0,0 +1,16 @@
{
"desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
"rules": [{
"action": "allow",
"page": "pages/index/index"
}, {
"action": "disallow",
"page": "pages/room/room"
}, {
"action": "disallow",
"page": "pages/result/result"
}, {
"action": "disallow",
"page": "pages/create-room/create-room"
}]
}