mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-16 23:41:21 +08:00
feat: 不显示是否完成
This commit is contained in:
@ -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>
|
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user