From 7b43a20d4364a85653a60bfb5115b5d1aeae2b11 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com>
Date: Mon, 27 Oct 2025 15:13:27 +0800
Subject: [PATCH] =?UTF-8?q?chore(config):=20=E6=9B=B4=E6=96=B0=E7=8E=AF?=
=?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F=E5=92=8C=E9=85=8D=E7=BD=AE=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 更新 APPID 从10398 到 10490- 在页脚版权信息中添加电话号码显示
- 在顶部导航栏添加移动端电话展示- 注释掉开发环境 API 地址配置- 移除菜单样式中的 margin-right 设置
- 修改文章详情页作者字段为发布员
- 替换校园风光模块跳转链接 ID
-优化搜索关键词高亮逻辑
- 移除轮播图图片路径前缀拼接
- 调整顶部欢迎信息在不同设备上的显示方式- 更新顶部联系信息图标及文案内容
---
.env | 2 +-
components/AppFooter/Copyright/Copyright.vue | 6 ++++++
components/AppHeader/Menu/Menu.vue | 6 +++---
components/AppHeader/TopBar/TopBar.vue | 14 +++++++++-----
components/Index/HotNews.vue | 2 +-
components/Index/HotNewsCarousel.vue | 3 ++-
lang/zh.json | 2 +-
nuxt.config.ts | 2 +-
pages/detail/[id].vue | 4 ++--
pages/search/[keywords].vue | 8 ++++++--
10 files changed, 32 insertions(+), 17 deletions(-)
diff --git a/.env b/.env
index 55c16d9..2a07110 100644
--- a/.env
+++ b/.env
@@ -1 +1 @@
-APPID=10398
+APPID=10490
diff --git a/components/AppFooter/Copyright/Copyright.vue b/components/AppFooter/Copyright/Copyright.vue
index 9d378d5..c6661f9 100644
--- a/components/AppFooter/Copyright/Copyright.vue
+++ b/components/AppFooter/Copyright/Copyright.vue
@@ -16,6 +16,9 @@ const config = useConfigInfo();
Copyright © {{ new Date().getFullYear() }} {{ config?.copyright }}