diff --git a/src/renderer/src/modules/claim/feed-claim-modal.tsx b/src/renderer/src/modules/claim/feed-claim-modal.tsx index 2d711b565..00f00371d 100644 --- a/src/renderer/src/modules/claim/feed-claim-modal.tsx +++ b/src/renderer/src/modules/claim/feed-claim-modal.tsx @@ -67,6 +67,12 @@ export const FeedClaimModalContent: FC<{

Copy the content below and post it to your latest RSS feed.

+ {feed.url.startsWith("rsshub://") && ( +

+ This feed is provided by RSSHub with a 1 hour cache time. Please allow up to 1 hour + for changes to appear after publishing content. +

+ )} {claimMessage?.data.content || ""}
@@ -79,6 +85,12 @@ export const FeedClaimModalContent: FC<{ Copy the following content and paste it into the{" "} {``} field of your RSS feed.

+ {feed.url.startsWith("rsshub://") && ( +

+ This feed is provided by RSSHub with a 1 hour cache time. Please allow up to 1 hour + for changes to appear after modifying description. +

+ )} {claimMessage?.data.description || ""}