Skip to content

Commit

Permalink
chore: auto build DIYgod/RSSHub@06312b1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 5, 2024
1 parent 052987c commit be1dc78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vitepress/theme/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ export type RadarItem = {
/** The parameters matched from the `source` field */
params: any,
/** The current webpage URL string */
url?: string,
url: string,
/** @deprecated Temporary removed @see https://github.com/DIYgod/RSSHub-Radar/commit/e6079ea1a8c96e89b1b2c2aa6d13c7967788ca3b */
document?: Document
document: Document
) => string);
};

0 comments on commit be1dc78

Please sign in to comment.