feat: 新增 吾爱破解

This commit is contained in:
imsyy
2024-06-05 18:16:43 +08:00
parent 093312ea8c
commit a3bb42d26c
49 changed files with 2554 additions and 1209 deletions

View File

@@ -45,6 +45,8 @@ const getList = async (noCache: boolean) => {
cover: dom.find("img").attr("src"),
desc: dom.find("p.abstract").text()?.trim(),
author: dom.find("a.nickname").text()?.trim(),
hot: null,
timestamp: null,
url: `https://www.jianshu.com${href}`,
mobileUrl: `https://www.jianshu.com${href}`,
};