mirror of
https://github.com/imsyy/DailyHotApi.git
synced 2026-01-12 13:14:55 +08:00
fix(douyin): remove encodeURIComponent from url
This commit is contained in:
@@ -54,8 +54,8 @@ const getList = async (noCache: boolean) => {
|
|||||||
title: v.word,
|
title: v.word,
|
||||||
timestamp: getTime(v.event_time),
|
timestamp: getTime(v.event_time),
|
||||||
hot: v.hot_value,
|
hot: v.hot_value,
|
||||||
url: `https://www.douyin.com/hot/${encodeURIComponent(v.sentence_id)}`,
|
url: `https://www.douyin.com/hot/${v.sentence_id}`,
|
||||||
mobileUrl: `https://www.douyin.com/hot/${encodeURIComponent(v.sentence_id)}`,
|
mobileUrl: `https://www.douyin.com/hot/${v.sentence_id}`,
|
||||||
})),
|
})),
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user