🐞 fix: 修复知乎热榜 #105

This commit is contained in:
底层用户
2025-07-29 09:45:44 +08:00
parent d5581815f4
commit dad7e442da
3 changed files with 453 additions and 419 deletions

View File

@@ -18,7 +18,7 @@ export const handleRoute = async (_: undefined, noCache: boolean) => {
};
const getList = async (noCache: boolean) => {
const url = `https://www.zhihu.com/api/v3/feed/topstory/hot-lists/total?limit=50&desktop=true`;
const url = `https://api.zhihu.com/topstory/hot-lists/total?limit=50`;
const result = await get({
url,
noCache,