feat: 添加 robots.txt(屏蔽爬虫索引 API/支付)

This commit is contained in:
2026-07-20 09:33:36 +08:00
parent 9fc5c2429e
commit 70bb63be8d
2 changed files with 13 additions and 0 deletions

11
static/robots.txt Normal file
View File

@@ -0,0 +1,11 @@
User-agent: *
Disallow: /payment
Disallow: /api
Disallow: /weather
Disallow: /static
# Allow root (status page)
Allow: /$
# Allow health check
Allow: /health$