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

This commit is contained in:
ylweng
2025-09-01 01:05:53 +08:00
parent 028a458283
commit 816a51ae82
48 changed files with 18629 additions and 5301 deletions

View File

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