百度热搜组件、凤凰新闻组件。
This commit is contained in:
lincube
2026-03-06 22:24:59 +08:00
parent 382d1baaf1
commit 1f509959a9
25 changed files with 3217 additions and 2 deletions

View File

@@ -52,6 +52,18 @@ public sealed record BilibiliHotSearchSnapshot(
IReadOnlyList<BilibiliHotSearchItemSnapshot> Items,
DateTimeOffset FetchedAt);
public sealed record BaiduHotSearchItemSnapshot(
string Title,
string Url,
long? HeatScore);
public sealed record BaiduHotSearchSnapshot(
string Provider,
string Source,
string BoardUrl,
IReadOnlyList<BaiduHotSearchItemSnapshot> Items,
DateTimeOffset FetchedAt);
public sealed record DailyWordSnapshot(
string Provider,
string Word,