fix(route/aeon): audio type is inaccessible (#21067)

This commit is contained in:
Enoch Ma 2026-02-05 07:10:30 +01:00 committed by GitHub
parent 5c416b8475
commit 982193cde2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -45,7 +45,6 @@ export const route: Route = {
options: [
{ value: 'essays', label: 'Essays' },
{ value: 'videos', label: 'Videos' },
{ value: 'audio', label: 'Audio' },
],
},
},
@ -65,7 +64,7 @@ export const route: Route = {
name: 'Types',
maintainers: ['emdoe'],
handler,
description: `Supported types: Essays, Videos, and Audio.
description: `Supported types: Essays and Videos.
Compared to the official one, the RSS feed generated by RSSHub not only has more fine-grained options, but also eliminates pull quotes, which can't be easily distinguished from other paragraphs by any RSS reader, but only disrupt the reading flow. This feed also provides users with a bio of the author at the top.`,
};