refactor: remove RSS support from social configuration

- Eliminated the RSS field from social settings in configuration files and UI schemas.
- Updated related documentation and localization files to reflect the removal of RSS support.
- Adjusted components to ensure compatibility with the updated social configuration.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-11-30 01:27:48 +08:00
parent 62fd908d35
commit a9703f34dc
15 changed files with 171 additions and 60 deletions

View File

@@ -39,7 +39,6 @@ interface Author {
interface Social {
twitter?: string
github?: string
rss?: boolean
}
const defaultConfig: SiteConfig = {