From e9a38e1474d5fb3f718a7f0520bddc1f6aa8ece5 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Wed, 22 Oct 2025 13:13:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BD=EF=B8=8F=20=E5=A5=87=E5=81=B6?= =?UTF-8?q?=E4=B8=8Dlock=E5=A5=BD=E6=84=9F=E5=8D=A1=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/userAvatar/tua-avatar-box.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/userAvatar/tua-avatar-box.vue b/src/components/userAvatar/tua-avatar-box.vue index fd090381..101db094 100644 --- a/src/components/userAvatar/tua-avatar-box.vue +++ b/src/components/userAvatar/tua-avatar-box.vue @@ -107,9 +107,8 @@ const relicsBox = computed(() => { ]; }); const isFetterMax = computed(() => { - if (props.modelValue.avatar.id === 10000005 || props.modelValue.avatar.id === 10000007) { - return true; - } + const skipList = [10000005, 10000007, 10000117, 10000118]; + if (skipList.includes(props.modelValue.avatar.id)) return true; return props.modelValue.avatar.fetter === 10; }); const skills = computed>(() =>