Merge branch 'main' into cloudflare

This commit is contained in:
hamster1963 2024-11-19 23:40:11 +08:00
commit d26e72aa96
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ export default function ServerListClient() {
return ( return (
<> <>
<section className="flex items-center gap-2"> <section className="flex items-center gap-2 w-full overflow-hidden">
<button <button
onClick={() => { onClick={() => {
setStatus("all"); setStatus("all");

View File

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