Skip to content

Commit 0ea714d

Browse files
committed
[no]
1 parent ba0f33a commit 0ea714d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/RssFeed.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default function RssFeed() {
143143
throw new Error("RSS 源返回数据格式不正确");
144144
}
145145
} catch (err) {
146-
console.error("获取RSS feed失败:", err);
146+
console.error("获取RSS:", err);
147147
setError(err instanceof Error ? err.message : t("rssFeed.error"));
148148
} finally {
149149
setLoading(false);

0 commit comments

Comments
 (0)