Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya committed May 19, 2024
1 parent 586991e commit 2253fe7
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 80 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.5.13",
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.1",
"sass": "^1.77.2",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
Expand Down
5 changes: 2 additions & 3 deletions packages/index/src/enime.adp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ export const clicliAdapter = (item: any) => {
}
}

const blackList = [3421, 786, 3880, 2617]
const blackList = [3421, 31, 786, 3880, 2617]

export const cliclisAdapter = (data: any[] = []) =>
data.filter((it) => !blackList.includes(it.id)).map(clicliAdapter)
export const cliclisAdapter = (data: any[] = []) => data.filter((it) => !blackList.includes(it.id)).map(clicliAdapter)
31 changes: 0 additions & 31 deletions packages/index/src/mock/recommends.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,37 +30,6 @@
"Avatar": "https://q1.qlogo.cn/g?b=qq\u0026nk=7619376472\u0026s=640",
"Bio": "这个人很酷,什么都没有留下"
}
},
{
"ID": "b2cf7c39-3f62-45c0-bbe1-a9522ff24cb7",
"Cover": "https://static.xiaobaotv.app/upload/vod/20230812-17/24dc98c933eaa1bcc3a2a1b800474ad2.webp",
"Title": "偶然与想象",
"Content": "",
"Tags": "其他",
"Status": 4,
"Type": "video",
"IsPined": 1,
"IsRecommend": 2,
"IsOriginal": 1,
"CreatedAt": "2022-05-24T21:00:39+08:00",
"UpdatedAt": "2022-05-24T21:02:47+08:00",
"Meta": {
"TitleJapanese": "",
"TitleRomanji": "",
"Genre": "电影",
"Region": "其他",
"Episodes": 1,
"IsEnd": 1,
"PublishDate": null,
"UpdatedDate": null
},
"Creator": {
"ID": 1,
"Name": "root",
"Nickname": "YUESE",
"Avatar": "https://q1.qlogo.cn/g?b=qq\u0026nk=7619376472\u0026s=640",
"Bio": "这个人很酷,什么都没有留下"
}
}
],
"err": null
Expand Down
90 changes: 45 additions & 45 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2253fe7

Please sign in to comment.