docs: 更新项目文档,完善需求和技术细节

This commit is contained in:
ylweng
2025-09-01 02:35:41 +08:00
parent e1647902e2
commit ad20888cd4
57 changed files with 961 additions and 156 deletions

18
website/robots.txt Normal file
View File

@@ -0,0 +1,18 @@
User-agent: *
Allow: /
# Sitemap location
Sitemap: https://aijianhua.com/sitemap.xml
# Block access to sensitive directories
Disallow: /admin/
Disallow: /private/
Disallow: /config/
# Allow crawlers to access all HTML, CSS, and JS files
Allow: /*.html$
Allow: /*.css$
Allow: /*.js$
# Prevent server overloading with crawl delay
Crawl-delay: 1