refactor(web): migrate log service to TanStack Query (#30065)

This commit is contained in:
yyh
2025-12-24 15:25:28 +08:00
committed by GitHub
parent dcde854c5e
commit b2b7e82e28
20 changed files with 741 additions and 417 deletions

View File

@ -36,7 +36,8 @@ export const SkeletonPoint: FC<SkeletonProps> = (props) => {
<div className={cn('text-xs font-medium text-text-quaternary', className)} {...rest}>·</div>
)
}
/** Usage
/**
* Usage
* <SkeletonContainer>
* <SkeletonRow>
* <SkeletonRectangle className="w-96" />