add check wxmsg

This commit is contained in:
2025-11-30 01:02:42 +08:00
parent f9169bcd8b
commit 53df135696
8 changed files with 418 additions and 9 deletions

15
src/modules/html/robot.ts Normal file
View File

@@ -0,0 +1,15 @@
export const robotsTxt = `User-agent: *
Disallow: /admin/
Disallow: /config/
Disallow: /settings/
Disallow: /private/
Disallow: /secret/
Disallow: /.git/
Disallow: /.env
Disallow: /backup/
Disallow: /backups/
Disallow: /logs/
Disallow: /log/
Disallow: /tmp/
Disallow: /plus/
`;