From 546d90cc28d3c4dacafa8c494b35af317e2458f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Sat, 7 Mar 2026 01:44:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(app):=20=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9D=83=E4=BF=A1=E6=81=AF=E5=92=8C=E5=88=86=E7=B1=BB=E6=A0=87?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改版权信息从公司名称变更为品牌宣传语 - 更新首页分类标签名称为政企采购专区和桂乐淘福利惊爆区 - 调整用户页脚版权显示格式,移除年份和Copyright标识 --- config/app.ts | 2 +- src/pages/index/index.tsx | 4 ++-- src/pages/user/components/UserFooter.tsx | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/app.ts b/config/app.ts index adbcde7..8256046 100644 --- a/config/app.ts +++ b/config/app.ts @@ -9,6 +9,6 @@ export const BaseUrl = API_BASE_URL; // 当前版本 export const Version = 'v3.0.8'; // 版权信息 -export const Copyright = 'WebSoft Inc.'; +export const Copyright = '桂乐淘·购享无界 乐惠万家'; // java -jar CertificateDownloader.jar -k 0kF5OlPr482EZwtn9zGufUcqa7ovgxRL -m 1723321338 -f ./apiclient_key.pem -s 2B933F7C35014A1C363642623E4A62364B34C4EB -o ./ diff --git a/src/pages/index/index.tsx b/src/pages/index/index.tsx index b55f9b6..cbc8cf0 100644 --- a/src/pages/index/index.tsx +++ b/src/pages/index/index.tsx @@ -178,8 +178,8 @@ function Home() { >( () => [ { key: 'recommend', title: '推荐', params: { recommend: 1 } }, - { key: '4476', title: '桶装水', params: { categoryId: 4476 } }, - { key: '4556', title: '水票套餐', params: { categoryId: 4556 } }, + { key: '4476', title: '政企采购专区', params: { categoryId: 4476 } }, + { key: '4556', title: '桂乐淘·福利惊爆区', params: { categoryId: 4556 } }, // { key: '4557', title: '购机套餐', params: { categoryId: 4557 } }, // { key: '4477', title: '饮水设备', params: { categoryId: 4477 } }, ], diff --git a/src/pages/user/components/UserFooter.tsx b/src/pages/user/components/UserFooter.tsx index fb74b71..7398151 100644 --- a/src/pages/user/components/UserFooter.tsx +++ b/src/pages/user/components/UserFooter.tsx @@ -48,7 +48,8 @@ const UserFooter = () => { <>