From bfdae609107b693253713dc4f983b21185e6de3f Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Sat, 8 Nov 2025 10:03:15 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4SpecTable=E8=A1=A8?= =?UTF-8?q?=E5=A4=B4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 加粗标题 --- app/components/pages/products/SpecTable.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/pages/products/SpecTable.vue b/app/components/pages/products/SpecTable.vue index 36c03e0..6f4132c 100644 --- a/app/components/pages/products/SpecTable.vue +++ b/app/components/pages/products/SpecTable.vue @@ -40,6 +40,7 @@ From b386d4e60d9cc58c63fbaa8b8ae5fae6a4ee156f Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Sat, 8 Nov 2025 10:05:32 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20=E8=A1=A5=E5=85=A8SEO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 关于我们页面的SEO信息补全 --- app/pages/about/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/pages/about/index.vue b/app/pages/about/index.vue index e976db6..afd6b69 100644 --- a/app/pages/about/index.vue +++ b/app/pages/about/index.vue @@ -41,6 +41,11 @@ console.error('数据获取失败: ', value); } }); + + const pageTitle = computed(() => $t('page-title.about-us')); + useHead({ + title: pageTitle, + });