feat: add RSS feed beautification option

Introduces a new RSS_BEAUTIFY configuration flag to enable RSS feed styling
- Adds XSL styling support for RSS feeds when enabled
- Updates documentation in both English and Chinese
- Modifies RSS generation to support the new styling option

Migration from rss to getRssString for enhanced customization
This commit is contained in:
ccbikai
2025-01-01 18:07:00 +08:00
parent 668b70df1d
commit 0dbec343b4
5 changed files with 25 additions and 3 deletions

View File

@@ -23,4 +23,5 @@ GOOGLE_SEARCH_SITE=""
TAGS=""
COMMENTS=""
LINKS=""
NAVS=""
NAVS=""
RSS_BEAUTIFY=false