ci: enforce code formatting checks for backend and frontend (#1536)

This commit is contained in:
greatmengqi
2026-03-29 15:34:38 +08:00
committed by GitHub
parent 06a623f9c8
commit 084dc7e748
105 changed files with 8253 additions and 7369 deletions
@@ -17,7 +17,7 @@ export const Image = ({
alt={props.alt}
className={cn(
"h-auto max-w-full overflow-hidden rounded-md",
props.className
props.className,
)}
src={`data:${mediaType};base64,${base64}`}
/>