From 3c7ec9803a799fcec6472f32bc24414d1975dee5 Mon Sep 17 00:00:00 2001 From: Echo <1711788888@qq.com> Date: Wed, 3 Sep 2025 02:21:03 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E4=BC=98=E5=8C=96=E5=AF=8C=E6=96=87?= =?UTF-8?q?=E6=9C=AC=E7=BC=96=E8=BE=91=E5=99=A8&=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=B0=B4=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + src/components/bottomInfo/bottomInfo.vue | 32 +- src/components/richtext/rich-edit.vue | 295 +++++++++++++++++-- src/pathInfo.json | 1 - src/view/bot/bot/bot.vue | 1 + src/view/bot/bot/botForm.vue | 3 +- src/view/dashboard/components/index.js | 2 - src/view/dashboard/components/quickLinks.vue | 111 ------- src/view/dashboard/index.vue | 43 --- 9 files changed, 279 insertions(+), 210 deletions(-) delete mode 100644 src/view/dashboard/components/quickLinks.vue diff --git a/.gitignore b/.gitignore index ea890fa..e726301 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ yarn.lock bun.lockb config.yaml .idea +dist diff --git a/src/components/bottomInfo/bottomInfo.vue b/src/components/bottomInfo/bottomInfo.vue index 376de05..dc3d825 100644 --- a/src/components/bottomInfo/bottomInfo.vue +++ b/src/components/bottomInfo/bottomInfo.vue @@ -1,32 +1,8 @@ - @@ -35,10 +11,4 @@ name: 'BottomInfo' }) - console.log( - `%c powered by %c flipped-aurorae %c`, - 'background:#0081ff; padding: 1px; border-radius: 3px 0 0 3px; color: #fff', - 'background:#354855; padding: 1px 5px; border-radius: 0 3px 3px 0; color: #fff; font-weight: bold;', - 'background:transparent' - ) diff --git a/src/components/richtext/rich-edit.vue b/src/components/richtext/rich-edit.vue index cf248fb..eae460a 100644 --- a/src/components/richtext/rich-edit.vue +++ b/src/components/richtext/rich-edit.vue @@ -1,5 +1,5 @@ + @@ -65,7 +23,6 @@ GvaChart, GvaWiki, GvaNotice, - GvaQuickLink, GvaCard, GvaBanner } from './components'