feat(admin, i18n): enhance reports, draws, config, and player workflows

This commit is contained in:
2026-06-08 17:41:55 +08:00
parent af982bb9f7
commit 7e65c53732
55 changed files with 1986 additions and 804 deletions

View File

@@ -40,6 +40,7 @@ export function AdminNoResourceState({
alt=""
width={compact ? 120 : 160}
height={compact ? 120 : 160}
style={{ width: "auto", height: "auto" }}
className={cn(
"h-auto w-auto object-contain self-center object-center -mt-4",
compact ? "max-h-24 max-w-[120px]" : "max-h-40 max-w-[160px]",