feat(i18n): tool card
(cherry picked from commit 1d0a3904f72ab24364beda034d17cf6de9b5e959)
This commit is contained in:
parent
720201aa7b
commit
512d9b03b8
@ -1,4 +1,5 @@
|
|||||||
home:
|
home:
|
||||||
categories:
|
categories:
|
||||||
newestTools: Newest tools
|
newestTools: Newest tools
|
||||||
|
toolCard:
|
||||||
|
new: New
|
||||||
|
|||||||
@ -26,7 +26,7 @@ const appTheme = useAppTheme();
|
|||||||
:bordered="false"
|
:bordered="false"
|
||||||
:color="{ color: theme.primaryColor, textColor: theme.tagColor }"
|
:color="{ color: theme.primaryColor, textColor: theme.tagColor }"
|
||||||
>
|
>
|
||||||
New
|
{{ $t('toolCard.new') }}
|
||||||
</n-tag>
|
</n-tag>
|
||||||
|
|
||||||
<FavoriteButton :tool="tool" />
|
<FavoriteButton :tool="tool" />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user