Skip to content

Commit

Permalink
chore: auto build DIYgod/RSSHub@5513d4a
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 5, 2024
1 parent 19a86dd commit 29cfc95
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vitepress/theme/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ export type DataItem = {
pubDate?: number | string | Date;
link?: string;
category?: string[];
author?: string | { name: string }[];
author?:
| string
| {
name: string;
url?: string;
avatar?: string;
}[];
doi?: string;
guid?: string;
id?: string;
Expand Down

0 comments on commit 29cfc95

Please sign in to comment.