From 93666e6cfe2cdf8ddbdb26943121535003abb13e Mon Sep 17 00:00:00 2001 From: orzi <1063614727@qq.com> Date: Sat, 14 Mar 2026 20:55:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A0=B7=E5=BC=8F=E5=A4=B1?= =?UTF-8?q?=E6=95=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/App.vue | 4 ---- web/src/assets/css/main.less | 2 -- web/src/main.ts | 1 + 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/web/src/App.vue b/web/src/App.vue index 09d3a167..cefa9427 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -72,7 +72,3 @@ onMounted(() => { loadSiteProfile(); }); - - \ No newline at end of file diff --git a/web/src/assets/css/main.less b/web/src/assets/css/main.less index 478eb263..9d0f9aa9 100644 --- a/web/src/assets/css/main.less +++ b/web/src/assets/css/main.less @@ -45,7 +45,6 @@ .following-link { color: #000; - color: none; text-decoration: none; cursor: pointer; opacity: 0.75; @@ -87,7 +86,6 @@ .username-link { color: #000; - color: none; text-decoration: none; cursor: pointer; diff --git a/web/src/main.ts b/web/src/main.ts index 71e8dcec..2960d06e 100644 --- a/web/src/main.ts +++ b/web/src/main.ts @@ -2,6 +2,7 @@ import { createApp } from 'vue'; import { createPinia } from 'pinia'; import router from './router'; import App from './App.vue'; +import '@/assets/css/main.less'; import type { MessageApiInjection } from 'naive-ui/lib/message/src/MessageProvider';