From 5f07fd2515a50a067d3774f0d0825d1805c0e754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90?= Date: Sun, 8 Jan 2023 22:08:11 +0800 Subject: [PATCH] feat(settings): add bot option for profile appearance --- components/account/AccountBotIndicator.vue | 3 ++- components/account/AccountInfo.vue | 2 +- components/search/SearchAccountInfo.vue | 2 +- pages/settings/profile/appearance.vue | 21 ++++++++++++++++----- 4 files changed, 20 insertions(+), 8 deletions(-) diff --git a/components/account/AccountBotIndicator.vue b/components/account/AccountBotIndicator.vue index 1a4cfa68..721ca6f8 100644 --- a/components/account/AccountBotIndicator.vue +++ b/components/account/AccountBotIndicator.vue @@ -8,8 +8,9 @@ defineProps<{
+
diff --git a/components/account/AccountInfo.vue b/components/account/AccountInfo.vue index db965e09..b5f7af73 100644 --- a/components/account/AccountInfo.vue +++ b/components/account/AccountInfo.vue @@ -23,7 +23,7 @@ defineOptions({
- +
diff --git a/components/search/SearchAccountInfo.vue b/components/search/SearchAccountInfo.vue index e3de38f8..eb6846d3 100644 --- a/components/search/SearchAccountInfo.vue +++ b/components/search/SearchAccountInfo.vue @@ -12,7 +12,7 @@ defineProps<{
- +
diff --git a/pages/settings/profile/appearance.vue b/pages/settings/profile/appearance.vue index 340ab739..4210c313 100644 --- a/pages/settings/profile/appearance.vue +++ b/pages/settings/profile/appearance.vue @@ -1,5 +1,6 @@