From 733d74ac3682a16e6146c94fa30fbd87484fd073 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 27 Apr 2025 18:06:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=9B=BD=E9=99=85=E5=8C=96?= =?UTF-8?q?=E6=94=AF=E6=8C=81=EF=BC=9A=E5=9C=A8=E5=A4=9A=E4=B8=AA=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E5=BC=95=E5=85=A5=20vue-i18n=EF=BC=8C?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=9C=AC=E4=BB=A5=E5=AE=9E=E7=8E=B0?= =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/NoDataFound.vue | 9 ++++++-- src/components/cards/BackdropCard.vue | 4 ++++ src/components/cards/MediaCard.vue | 26 +++++++++++++--------- src/locales/en-US.ts | 29 ++++++++++++++++++++++++ src/locales/zh-CN.ts | 29 ++++++++++++++++++++++++ src/pages/dashboard.vue | 32 +++++++++++++++------------ 6 files changed, 102 insertions(+), 27 deletions(-) diff --git a/src/components/NoDataFound.vue b/src/components/NoDataFound.vue index b49c3c62..f4082428 100644 --- a/src/components/NoDataFound.vue +++ b/src/components/NoDataFound.vue @@ -1,4 +1,9 @@