fix(weibo): 修复微博热度字段

This commit is contained in:
Kataick
2024-07-25 21:24:39 +08:00
parent 62a8880ae4
commit 447e0c6153
2 changed files with 4 additions and 4 deletions

View File

@@ -32,9 +32,9 @@ const getList = async (noCache: boolean) => {
id: v.mid,
title: v.word,
desc: v.note || key,
author: v.category,
author: v.flag_desc,
timestamp: getTime(v.onboard_time),
hot: v.raw_hot,
hot: v.num,
url: `https://s.weibo.com/weibo?q=${encodeURIComponent(key)}&t=31&band_rank=1&Refer=top`,
mobileUrl: `https://s.weibo.com/weibo?q=${encodeURIComponent(
key,