feat: 不显示是否完成

This commit is contained in:
KazooTTT
2025-01-30 21:26:20 +08:00
parent 2ffb304f40
commit 00121ac82f

View File

@ -49,10 +49,6 @@ const { remarkPluginFrontmatter } = await render()
> >
<Icon name='category' slot='icon' /> <Icon name='category' slot='icon' />
</Label> </Label>
<Label title={data.finished ? '已完成' : '未完成'} as='span'>
<Icon name='progress' slot='icon' />
</Label>
</> </>
) )
} }