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>(() =>