mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
Compare commits
No commits in common. "7e7416e0e06170292548130b3cd8b482ab045678" and "4c68cf8ea67c24c3c3e2ed52d0b73eb8da545c47" have entirely different histories.
7e7416e0e0
...
4c68cf8ea6
@ -4,9 +4,6 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
> [!CAUTION]
|
|
||||||
> 与哪吒监控 V1 暂不兼容,请保持在 V0 版本。
|
|
||||||
|
|
||||||
### 部署
|
### 部署
|
||||||
|
|
||||||
支持部署环境:
|
支持部署环境:
|
||||||
|
@ -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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user