From a73acfa98c4efc6381170235a98dfb004ba0af6b Mon Sep 17 00:00:00 2001 From: xjb <20397795@qq.com> Date: Wed, 28 Feb 2024 17:49:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E2=80=9C=E5=8F=91=E7=8E=B0?= =?UTF-8?q?=E2=80=9Dtab=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/uiconfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/uiconfig.js b/utils/uiconfig.js index 0cbb56a..f3d7c76 100644 --- a/utils/uiconfig.js +++ b/utils/uiconfig.js @@ -16,8 +16,8 @@ export const colorUI = new ColorUI({ }, { title: '发现', - icon: 'cicon-home-sm-o', - curIcon: 'cicon-home-line', + icon: 'cicon-archive-o', + curIcon: 'cicon-archive', url: '/pages/rand/rand', type: 'tab' }, -- GitLab