From 1212314175d7849b619534e3236af786df45adf0 Mon Sep 17 00:00:00 2001 From: xjs Date: Mon, 26 May 2025 14:13:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A2=9C=E8=89=B2=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/svg-img/header-background.svg | 2 +- src/views/components/OnlineStatus.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/svg-img/header-background.svg b/src/assets/svg-img/header-background.svg index 0f557ee..b6abe63 100644 --- a/src/assets/svg-img/header-background.svg +++ b/src/assets/svg-img/header-background.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/views/components/OnlineStatus.vue b/src/views/components/OnlineStatus.vue index 088a6a0..aaed0cd 100644 --- a/src/views/components/OnlineStatus.vue +++ b/src/views/components/OnlineStatus.vue @@ -69,7 +69,7 @@ arrowLeftSvg.value = svg; }; - const colorList = ref(["#0783FA", "#07D1FA", "#20E6A4", "#FFD15C"]); + const colorList = ref(["#0783FA", "#07D1FA", "#20E6A4", "#FFD15C","#9A68FF"]); const askSectionData = inject("askSectionData", ref<{ online: any[]; scource: any[] }>({ online: [], scource: [] }));