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