From 78ed653648c0988237a64bb3bd6d001eae98a863 Mon Sep 17 00:00:00 2001 From: Zhang Minghan Date: Sat, 8 Jul 2023 09:23:07 +0800 Subject: [PATCH] add about community link --- src/components/About.vue | 21 +++++++++++++++++++++ src/components/icons/qq.vue | 5 +++++ 2 files changed, 26 insertions(+) create mode 100644 src/components/icons/qq.vue diff --git a/src/components/About.vue b/src/components/About.vue index 19b492a..5f1ba39 100644 --- a/src/components/About.vue +++ b/src/components/About.vue @@ -6,6 +6,7 @@ import { ref } from "vue"; import Window from "@/components/compositions/Window.vue"; import { version } from "@/assets/script/service"; import Github from "@/components/icons/github.vue"; +import Qq from "@/components/icons/qq.vue"; const { t } = useI18n(); const active = ref(false); @@ -61,6 +62,14 @@ const active = ref(false); @Gin
@Hitokoto
+
+
+

交流

+


GitHub © zmh-program @@ -226,6 +235,10 @@ const active = ref(false); background: #106eea; } +.form h3.community::after { + background: #ff6d00; +} + .links { padding: 0 20px; display: flex; @@ -239,4 +252,12 @@ const active = ref(false); text-decoration: none; color: #eee; } + +.qq { + width: 16px; + height: 16px; + margin-right: 4px; + transform: translateY(2px); + fill: #eee; +} diff --git a/src/components/icons/qq.vue b/src/components/icons/qq.vue new file mode 100644 index 0000000..2d12df4 --- /dev/null +++ b/src/components/icons/qq.vue @@ -0,0 +1,5 @@ +