fix(zhihu): hot error

This commit is contained in:
Kataick
2024-07-07 12:48:11 +08:00
parent 62a8880ae4
commit a4a1055604

View File

@@ -33,7 +33,7 @@ const getList = async (noCache: boolean) => {
desc: data.excerpt,
cover: v.children[0].thumbnail,
timestamp: getTime(data.created),
hot: parseInt(v.detail_text.replace(/[^\d]/g, "")) * 10000,
hot: parseFloat(v.detail_text.split(' ')[0]) * 10000,
url: `https://www.zhihu.com/question/${data.id}`,
mobileUrl: `https://www.zhihu.com/question/${data.id}`,
};