Skip to content

Commit a0ab2f8

Browse files
chore: auto build DIYgod/RSSHub@1acceff
1 parent 785f5a8 commit a0ab2f8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.vitepress/theme/types.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export type DataItem = {
5252
image?: string;
5353
banner?: string;
5454
updated?: number | string | Date;
55-
language?: string;
55+
language?: Language;
5656
enclosure_url?: string;
5757
enclosure_type?: string;
5858
enclosure_title?: string;
@@ -78,14 +78,15 @@ export type Data = {
7878
allowEmpty?: boolean;
7979
image?: string;
8080
author?: string;
81-
language?: string;
81+
language?: Language;
8282
feedLink?: string;
8383
lastBuildDate?: string;
8484
itunes_author?: string;
8585
itunes_category?: string;
8686
itunes_explicit?: string | boolean;
8787
id?: string;
88-
88+
icon?: string;
89+
logo?: string;
8990
atomlink?: string;
9091
ttl?: number;
9192
};

0 commit comments

Comments
 (0)