优化:文章列表支持分页加载

This commit is contained in:
2025-07-11 20:12:03 +08:00
parent 6f3e634355
commit 86edcf21b3
35 changed files with 2247 additions and 101 deletions

View File

@@ -48,8 +48,11 @@ const Index = () => {
return (
<>
<div style={{padding: navigation?.span + 'px'}}>
<Image src={navigation?.style} width={'100%'}
height={'auto'}/>
<Image
src={navigation?.style}
style={{width: '100%', height: 'auto'}}
mode="widthFix"
/>
</div>
<div className={'bg-white rounded-lg py-3 px-2'}>
<div className={'grid grid-cols-2 gap-3'}>