Merge branch 'main' into cloudflare

This commit is contained in:
hamster1963 2024-11-20 10:07:26 +08:00
commit 67dfccbe85
3 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -193,7 +193,7 @@ export default function ServerCard({
<p
className={cn(
"break-all font-bold tracking-tight",
showFlag ? "text-xs max-w-[80px]" : "text-sm",
showFlag ? "text-xs" : "text-sm",
)}
>
{name}

View File

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