This commit is contained in:
GH Action - Upstream Sync 2024-10-31 01:50:30 +00:00
commit 1defac061d
3 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,7 @@
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"@next/next/no-img-element": "off"
"@next/next/no-img-element": "off",
"react-hooks/exhaustive-deps": "off"
}
}

View File

@ -9,7 +9,9 @@
| ----------------------------------------------------- | --------------------------------------------------------------- | ---------------------------------------------------------------------------- | --------------------------------------------------------- |
| [部署简易教程](https://buycoffee.top/blog/tech/nezha) | [Docker 部署教程](https://buycoffee.top/blog/tech/nezha-docker) | [Cloudflare 部署教程](https://buycoffee.top/blog/tech/nezha-cloudflare) | [更新教程](https://buycoffee.top/blog/tech/nezha-upgrade) |
| [Vercel-demo](https://nezha-vercel.buycoffee.top) | [Docker-demo](https://nezha-docker.buycoffee.tech) | [Cloudflare-demo](https://nezha-cloudflare.buycoffee.tech) [密码: nezhadash] |
#### Cloudflare 部署所需环境变量
NODE_VERSION 22.9.0
<br>
BUN_VERSION 1.1.29

View File

@ -53,7 +53,7 @@ export default function Switch({
inline: "center",
});
}
}, [nowTag, allTag]);
}, [nowTag]);
return (
<div