From 1f59ec2ef9b4568d8c9c7a2c5741fc15f23ed17d Mon Sep 17 00:00:00 2001 From: snowykami Date: Sun, 1 Sep 2024 22:52:00 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20[docs]:=20=E6=96=B0=E5=A2=9E=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/components/StatsBar.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/components/StatsBar.vue b/docs/components/StatsBar.vue index 13ae89bc..38e36ccc 100644 --- a/docs/components/StatsBar.vue +++ b/docs/components/StatsBar.vue @@ -18,7 +18,7 @@ const dataSections = { }, online: { name: 'online', - color: '#00ff00', + color: '#7eff7e', value: ref(1145), link: StarMapUrl }, @@ -42,19 +42,19 @@ const dataSections = { }, prs: { name: 'prs', - color: '#ff00ff', + color: '#f15df1', value: ref(6543), link: `${RepoUrl}/pulls` }, plugins: { name: 'plugins', - color: '#ff003e', + color: '#a766ff', value: ref(1763), link: './store/plugin' }, resources: { name: 'resources', - color: '#ff00ff', + color: '#5a54fa', value: ref(6789), link: './store/resource' },