chore(web): new lint setup (#30020)

Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
This commit is contained in:
Stephen Zhou
2025-12-23 16:58:55 +08:00
committed by GitHub
parent 9701a2994b
commit f2842da397
3356 changed files with 85046 additions and 81278 deletions

View File

@ -3,47 +3,47 @@ import { SkeletonContainer, SkeletonRectangle } from '@/app/components/base/skel
const Loading = () => {
return (
<div className='flex h-full w-full flex-col gap-y-3 overflow-hidden bg-gradient-to-b from-components-panel-bg-transparent to-components-panel-bg px-6 py-5'>
<SkeletonContainer className='w-full gap-0'>
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-3/5' />
<div className="flex h-full w-full flex-col gap-y-3 overflow-hidden bg-gradient-to-b from-components-panel-bg-transparent to-components-panel-bg px-6 py-5">
<SkeletonContainer className="w-full gap-0">
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-3/5" />
</SkeletonContainer>
<SkeletonContainer className='w-full gap-0'>
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-[70%]' />
<SkeletonContainer className="w-full gap-0">
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-[70%]" />
</SkeletonContainer>
<SkeletonContainer className='w-full gap-0'>
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-[56%]' />
<SkeletonContainer className="w-full gap-0">
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-[56%]" />
</SkeletonContainer>
<SkeletonContainer className='w-full gap-0'>
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-3/5' />
<SkeletonContainer className="w-full gap-0">
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-3/5" />
</SkeletonContainer>
<SkeletonContainer className='w-full gap-0'>
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-3/5' />
<SkeletonContainer className="w-full gap-0">
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-3/5" />
</SkeletonContainer>
<SkeletonContainer className='w-full gap-0'>
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-full' />
<SkeletonRectangle className='my-1.5 w-1/2' />
<SkeletonContainer className="w-full gap-0">
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-full" />
<SkeletonRectangle className="my-1.5 w-1/2" />
</SkeletonContainer>
</div>
)