mirror of
https://github.com/imsyy/DailyHotApi.git
synced 2026-01-12 13:14:55 +08:00
✨ feat: 新增 吾爱破解
This commit is contained in:
263
src/router.types.d.ts
vendored
Normal file
263
src/router.types.d.ts
vendored
Normal file
@@ -0,0 +1,263 @@
|
||||
export type RouterType = {
|
||||
"36kr": {
|
||||
itemId: number;
|
||||
publishTime: number;
|
||||
templateMaterial: {
|
||||
widgetTitle: string;
|
||||
authorName: string;
|
||||
statCollect: number;
|
||||
widgetImage: string;
|
||||
};
|
||||
};
|
||||
"qq-news": {
|
||||
id: string;
|
||||
title: string;
|
||||
abstract: string;
|
||||
source: string;
|
||||
hotEvent: {
|
||||
hotScore: number;
|
||||
};
|
||||
timestamp: number;
|
||||
miniProShareImage: string;
|
||||
};
|
||||
"netease-news": {
|
||||
title: string;
|
||||
imgsrc: string;
|
||||
source: string;
|
||||
docid: string;
|
||||
ptime: string;
|
||||
};
|
||||
"zhihu-daily": {
|
||||
id: number;
|
||||
images: [string];
|
||||
title: string;
|
||||
hint: string;
|
||||
url: string;
|
||||
type: number;
|
||||
};
|
||||
"51cto": {
|
||||
title: string;
|
||||
url: string;
|
||||
cover: string;
|
||||
abstract: string;
|
||||
source_id: number;
|
||||
pubdate: string;
|
||||
};
|
||||
"52pojie": {
|
||||
title: string;
|
||||
link: string;
|
||||
guid: string;
|
||||
content?: string;
|
||||
pubDate?: string;
|
||||
author?: string;
|
||||
};
|
||||
bilibili: {
|
||||
bvid: string;
|
||||
title: string;
|
||||
desc?: string;
|
||||
pubdate: string;
|
||||
pic?: string;
|
||||
author?: string;
|
||||
video_review?: number;
|
||||
owner?: {
|
||||
name: string;
|
||||
};
|
||||
stat?: {
|
||||
view: number;
|
||||
};
|
||||
short_link_v2?: string;
|
||||
};
|
||||
juejin: {
|
||||
content: {
|
||||
content_id: string;
|
||||
title: string;
|
||||
name: string;
|
||||
};
|
||||
author: {
|
||||
name: string;
|
||||
};
|
||||
content_counter: {
|
||||
hot_rank: string;
|
||||
};
|
||||
};
|
||||
weibo: {
|
||||
mid: string;
|
||||
word: string;
|
||||
word_scheme: string;
|
||||
note: string;
|
||||
category: string;
|
||||
raw_hot: number;
|
||||
onboard_time: number;
|
||||
};
|
||||
zhihu: {
|
||||
target: {
|
||||
id: number;
|
||||
title: string;
|
||||
excerpt: string;
|
||||
created: number;
|
||||
};
|
||||
children: [
|
||||
{
|
||||
thumbnail: string;
|
||||
},
|
||||
];
|
||||
detail_text: string;
|
||||
};
|
||||
douyin: {
|
||||
sentence_id: string;
|
||||
word: string;
|
||||
hot_value: number;
|
||||
event_time: number;
|
||||
};
|
||||
baidu: {
|
||||
index: number;
|
||||
word: string;
|
||||
desc: string;
|
||||
img: string;
|
||||
hotScore: string;
|
||||
show: string;
|
||||
rawUrl: string;
|
||||
query: string;
|
||||
};
|
||||
miyoushe: {
|
||||
post: {
|
||||
post_id: string;
|
||||
subject: string;
|
||||
content: string;
|
||||
cover: string;
|
||||
created_at: number;
|
||||
};
|
||||
stat: {
|
||||
view_num: number;
|
||||
};
|
||||
user: {
|
||||
nickname: string;
|
||||
};
|
||||
image_list: [
|
||||
{
|
||||
url: string;
|
||||
},
|
||||
];
|
||||
};
|
||||
weread: {
|
||||
readingCount: number;
|
||||
bookInfo: {
|
||||
bookId: string;
|
||||
title: string;
|
||||
intro: string;
|
||||
cover: string;
|
||||
author: string;
|
||||
publishTime: string;
|
||||
};
|
||||
};
|
||||
toutiao: {
|
||||
ClusterIdStr: string;
|
||||
Title: string;
|
||||
HotValue: string;
|
||||
Image: {
|
||||
url: string;
|
||||
};
|
||||
};
|
||||
thepaper: {
|
||||
contId: string;
|
||||
name: string;
|
||||
pic: string;
|
||||
praiseTimes: string;
|
||||
pubTimeLong: number;
|
||||
};
|
||||
sspai: {
|
||||
id: number;
|
||||
title: string;
|
||||
summary: string;
|
||||
banner: string;
|
||||
like_count: number;
|
||||
released_time: number;
|
||||
author: {
|
||||
nickname: string;
|
||||
};
|
||||
};
|
||||
lol: {
|
||||
sAuthor: string;
|
||||
sIMG: string;
|
||||
sTitle: string;
|
||||
iTotalPlay: string;
|
||||
iDocID: string;
|
||||
sCreated: string;
|
||||
};
|
||||
ngabbs: {
|
||||
tid: number;
|
||||
subject: string;
|
||||
author: string;
|
||||
tpcurl: string;
|
||||
replies: number;
|
||||
postdate: number;
|
||||
};
|
||||
tieba: {
|
||||
topic_id: number;
|
||||
topic_name: string;
|
||||
topic_desc: string;
|
||||
topic_pic: string;
|
||||
topic_url: string;
|
||||
discuss_num: number;
|
||||
create_time: number;
|
||||
};
|
||||
acfun: {
|
||||
dougaId: string;
|
||||
contentTitle: string;
|
||||
userName: string;
|
||||
contentDesc: string;
|
||||
likeCount: number;
|
||||
coverUrl: string;
|
||||
contributeTime: number;
|
||||
};
|
||||
hellogithub: {
|
||||
item_id: string;
|
||||
title: string;
|
||||
author: string;
|
||||
description: string;
|
||||
summary: string;
|
||||
clicks_total: number;
|
||||
updated_at: string;
|
||||
};
|
||||
v2ex: {
|
||||
title: string;
|
||||
url: string;
|
||||
content: string;
|
||||
id: number;
|
||||
replies: number;
|
||||
member: {
|
||||
username: string;
|
||||
};
|
||||
};
|
||||
earthquake: {
|
||||
NEW_DID: string;
|
||||
LOCATION_C: string;
|
||||
M: string;
|
||||
};
|
||||
weatheralarm: {
|
||||
alertid: string;
|
||||
issuetime: string;
|
||||
title: string;
|
||||
url: string;
|
||||
pic: string;
|
||||
};
|
||||
huxiu: {
|
||||
object_id: number;
|
||||
content: string;
|
||||
url: string;
|
||||
user_info: {
|
||||
username: string;
|
||||
};
|
||||
publish_time: string;
|
||||
};
|
||||
ifanr: {
|
||||
buzz_original_url: string;
|
||||
id: number;
|
||||
post_content: string;
|
||||
post_id: number;
|
||||
post_title: string;
|
||||
like_count: number;
|
||||
comment_count: number;
|
||||
created_at: number;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user