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
@ -101,7 +101,7 @@ export async function GetServerMonitor({ server_id }: { server_id: number }) {
|
||||
Authorization: getEnv("NezhaAuth") as string,
|
||||
},
|
||||
next: {
|
||||
revalidate: 0,
|
||||
revalidate: 30,
|
||||
},
|
||||
},
|
||||
);
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nezha-dash",
|
||||
"version": "1.5.6-fix",
|
||||
"version": "1.5.6",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev -p 3040",
|
||||
|
Loading…
Reference in New Issue
Block a user