Compare commits

..

6 Commits

Author SHA1 Message Date
hamster1963
7e7416e0e0 Merge branch 'main' into cloudflare 2024-11-29 23:33:59 +08:00
hamster1963
7107e22ddd update: v1.5.6-fix 2024-11-29 21:54:12 +08:00
hamster1963
05c8b17abc fix: cache 2024-11-29 21:53:47 +08:00
hamster1963
7c8d3c81b0 fix: cache 2024-11-29 21:53:11 +08:00
仓鼠
2d4b32491a
docs: update README.md 2024-11-29 10:09:42 +08:00
仓鼠
1b13bb665a
docs: update README.md 2024-11-29 10:09:02 +08:00
3 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,9 @@
</div>
> [!CAUTION]
> 与哪吒监控 V1 暂不兼容,请保持在 V0 版本。
### 部署
支持部署环境:

View File

@ -101,7 +101,7 @@ export async function GetServerMonitor({ server_id }: { server_id: number }) {
Authorization: getEnv("NezhaAuth") as string,
},
next: {
revalidate: 30,
revalidate: 0,
},
},
);

View File

@ -1,6 +1,6 @@
{
"name": "nezha-dash",
"version": "1.5.6",
"version": "1.5.6-fix",
"private": true,
"scripts": {
"dev": "next dev -p 3040",