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