fix: update RSS feed generation to include EXIF data and improve XML structure

- Modified the RSS feed generation to extract and include EXIF data such as aperture, shutter speed, ISO, and camera model.
- Updated the XML structure to remove unnecessary escaping for titles and descriptions, enhancing readability.
- Adjusted the example configuration file to use a full URL for the author avatar.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-06-12 21:35:15 +08:00
parent 9a639b9b60
commit 30d2a14e43
3 changed files with 274 additions and 17 deletions

View File

@@ -7,7 +7,7 @@
"author": {
"name": "Photo Gallery",
"url": "https://innei.in/",
"avatar": "//cdn.jsdelivr.net/gh/Innei/static@master/avatar.png"
"avatar": "https://cdn.jsdelivr.net/gh/Innei/static@master/avatar.png"
},
"social": {
"twitter": "@__oQuery",