feat: 新增豆瓣新片榜 & add ESLint

This commit is contained in:
imsyy
2023-09-06 14:48:27 +08:00
parent 813e88c993
commit 6330914d09
21 changed files with 1788 additions and 343 deletions

View File

@@ -17,8 +17,7 @@ const cacheKey = "juejinData";
let updateTime = new Date().toISOString();
// 调用路径
const url =
"https://api.juejin.cn/content_api/v1/content/article_rank?category_id=1&type=hot";
const url = "https://api.juejin.cn/content_api/v1/content/article_rank?category_id=1&type=hot";
// 数据处理
const getData = (data) => {