From dd09c662156ce6e1ea1419f8f6eb2135f7ec3394 Mon Sep 17 00:00:00 2001 From: jinhhanhan <1683105490@qq.com> Date: Sat, 31 Jan 2026 08:48:18 +0800 Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9A=E6=9B=BF=E4=BA=86hover?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .local.config.js | 2 +- components/hover-nav/hover-nav.vue | 329 +++++++++++++++++++++-------- 2 files changed, 240 insertions(+), 91 deletions(-) diff --git a/.local.config.js b/.local.config.js index 6386cb0..cdc5e52 100644 --- a/.local.config.js +++ b/.local.config.js @@ -42,6 +42,6 @@ const localDevConfig = ({ uniacid: 2, domain: 'http://localhost:8050/', }, -})['2811']; // 选择要使用的环境配置 +})['1']; // 选择要使用的环境配置 export default localDevConfig; \ No newline at end of file diff --git a/components/hover-nav/hover-nav.vue b/components/hover-nav/hover-nav.vue index 9548ad3..1b57862 100644 --- a/components/hover-nav/hover-nav.vue +++ b/components/hover-nav/hover-nav.vue @@ -1,43 +1,57 @@