From d5856b83c651ba3e336b2b023f2f1aa52d6b5d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Mon, 3 Jul 2023 01:55:18 +0800 Subject: [PATCH] feat: add locked for account --- components/account/AccountHeader.vue | 3 ++- components/account/AccountInfo.vue | 1 + components/account/AccountLockIndicator.vue | 21 ++++++++++++++++++ components/search/SearchAccountInfo.vue | 3 +++ components/status/StatusCard.vue | 1 + pages/settings/profile/appearance.vue | 24 +++++++++++++++------ 6 files changed, 45 insertions(+), 8 deletions(-) create mode 100644 components/account/AccountLockIndicator.vue diff --git a/components/account/AccountHeader.vue b/components/account/AccountHeader.vue index f8922fd6..760dfc0e 100644 --- a/components/account/AccountHeader.vue +++ b/components/account/AccountHeader.vue @@ -165,8 +165,9 @@ const personalNoteMaxLength = 2000
-
+
+
diff --git a/components/account/AccountInfo.vue b/components/account/AccountInfo.vue index 0e345705..cf69b579 100644 --- a/components/account/AccountInfo.vue +++ b/components/account/AccountInfo.vue @@ -23,6 +23,7 @@ const { account, as = 'div' } = defineProps<{
+
diff --git a/components/account/AccountLockIndicator.vue b/components/account/AccountLockIndicator.vue new file mode 100644 index 00000000..7384be53 --- /dev/null +++ b/components/account/AccountLockIndicator.vue @@ -0,0 +1,21 @@ + + + diff --git a/components/search/SearchAccountInfo.vue b/components/search/SearchAccountInfo.vue index eb6846d3..419ff8a3 100644 --- a/components/search/SearchAccountInfo.vue +++ b/components/search/SearchAccountInfo.vue @@ -6,12 +6,15 @@ defineProps<{ }>() + +