Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya committed Jun 8, 2024
1 parent 2253fe7 commit b2635ad
Show file tree
Hide file tree
Showing 3 changed files with 1,117 additions and 1,045 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"gen:sw": "pnpm --filter @web/sw run build"
},
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"babel-loader": "^9.1.3",
"bulma": "^0.9.4",
Expand All @@ -31,7 +31,7 @@
"react-hot-toast": "^2.4.1",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"wouter": "^3.1.3"
"wouter": "^3.2.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
Expand All @@ -40,7 +40,7 @@
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "^7.1.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"esbuild-loader": "^4.1.0",
"file-loader": "^6.2.0",
Expand All @@ -49,9 +49,9 @@
"postcss": "^8.4.38",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.5.13",
"postcss-preset-env": "^9.5.14",
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.2",
"sass": "^1.77.4",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/index/src/enime.adp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@ export const clicliAdapter = (item: any) => {
}
}

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

export const cliclisAdapter = (data: any[] = []) => data.filter((it) => !blackList.includes(it.id)).map(clicliAdapter)
Loading

0 comments on commit b2635ad

Please sign in to comment.