feat(i18n): tool card (#682)

(cherry picked from commit 1d0a3904f72ab24364beda034d17cf6de9b5e959)
This commit is contained in:
莫颓 2023-10-22 16:21:10 +08:00 committed by GitHub
parent a2b53c2e38
commit 84a4a646f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -22,3 +22,5 @@ about:
sorry: 'Sorry, this page does not seem to exist' sorry: 'Sorry, this page does not seem to exist'
maybe: 'Maybe the cache is doing tricky things, try force-refreshing?' maybe: 'Maybe the cache is doing tricky things, try force-refreshing?'
backHome: 'Back home' backHome: 'Back home'
toolCard:
new: New

View file

@ -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" />