mirror of
https://github.com/imsyy/DailyHotApi.git
synced 2026-01-12 13:14:55 +08:00
🐞 fix: 修复知乎热榜 #105
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user