mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 07:12:51 +08:00
feat: use jsx (#14863)
* feat: render rss using jsx * fix: error page response header * feat: render atom using jsx * feat: export art * feat: use jsxRenderer * chore: upgrade hono
This commit is contained in:
@@ -24,6 +24,8 @@ export type DataItem = {
|
||||
enclosure_title?: string;
|
||||
enclosure_length?: number;
|
||||
itunes_duration?: number | string;
|
||||
itunes_item_image?: string;
|
||||
media?: Record<string, Record<string, string>>;
|
||||
|
||||
_extra?: Record<string, any> & {
|
||||
links?: {
|
||||
@@ -45,6 +47,13 @@ export type Data = {
|
||||
language?: string;
|
||||
feedLink?: string;
|
||||
lastBuildDate?: string;
|
||||
itunes_author?: string;
|
||||
itunes_category?: string;
|
||||
itunes_explicit?: string | boolean;
|
||||
id?: string;
|
||||
|
||||
atomlink?: string;
|
||||
ttl?: number;
|
||||
};
|
||||
|
||||
// namespace
|
||||
|
||||
Reference in New Issue
Block a user