fix: 修复 36kr 无法获取 #5

This commit is contained in:
imsyy
2023-06-16 09:32:21 +08:00
parent a646b5a649
commit 6cb7036bca
2 changed files with 2 additions and 1 deletions

View File

@@ -21,7 +21,6 @@ const url = `https://baike.baidu.com/cms/home/eventsOnHistory/${month}.json`;
// 数据处理
const getData = (data) => {
if (!data) return [];
console.log(data);
return data.map((v) => {
return {
year: v.year,