Compare commits

..

No commits in common. "7e7416e0e06170292548130b3cd8b482ab045678" and "4c68cf8ea67c24c3c3e2ed52d0b73eb8da545c47" have entirely different histories.

3 changed files with 2 additions and 5 deletions

View File

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

View File

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

View File

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