Compare commits

...

3 Commits

Author SHA1 Message Date
hamster1963
30656c192e update: v1.4.1 2024-11-20 10:06:59 +08:00
hamster1963
687b75d6fe fix(ServerList): fixed top layout in which the name may be line-breaking 2024-11-20 10:05:47 +08:00
hamster1963
461dcd0b52 perf(global): precompute the map 2024-11-20 09:59:55 +08:00
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",