From 0eafa906e62afafe4112b006388b2e83464170b4 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:35:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(i18n):=20=E6=B7=BB=E5=8A=A0=E6=8B=8D?= =?UTF-8?q?=E5=8D=96=E5=93=81=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 zh-CN.json 文件中添加了 "text8": "拍卖品详情" 的翻译项 - 在 artDetail 页面中使用 definePageMeta 设置国际化文本 - 移除了 ItemList 组件中不必要的 loading 属性 --- app/pages/artDetail/index.vue | 4 +++- app/pages/home/components/ItemList/index.vue | 1 - i18n/locales/zh-CN.json | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/pages/artDetail/index.vue b/app/pages/artDetail/index.vue index 1406801..8838e5c 100644 --- a/app/pages/artDetail/index.vue +++ b/app/pages/artDetail/index.vue @@ -1,7 +1,9 @@