feat: 新增 虎扑 & 新浪网 & 新浪新闻

- 修复历史上的今天 #63
This commit is contained in:
imsyy
2024-06-25 13:47:40 +08:00
parent 6988df58f1
commit bf80a2e22c
25 changed files with 348 additions and 36 deletions

30
src/router.types.d.ts vendored
View File

@@ -277,4 +277,34 @@ export type RouterType = {
cover: string;
pic_share: string;
};
hupu: {
tid: number;
title: string;
replies: number;
username: string;
time: string;
url: string;
};
sina: {
base: {
base: {
uniqueId: string;
url: string;
};
};
info: {
hotValue: string;
title: string;
};
};
"sina-news": {
id: string;
title: string;
media: string;
url: string;
create_date: string;
create_time: string;
top_num: string;
time: string;
};
};