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'