style(theme-3): 个人中心快捷操作中移除消息中心入口,使排版更美观

This commit is contained in:
2026-06-18 10:56:14 +08:00
parent 6881d325d5
commit 2b70ceb77b

View File

@@ -8,7 +8,6 @@ import LocaleFlag from '../components/LocaleFlag.vue';
import { useAuthStore } from '../stores/auth'; import { useAuthStore } from '../stores/auth';
import { useAppLocale } from '../composables/useAppLocale'; import { useAppLocale } from '../composables/useAppLocale';
import { usePlayerProfile } from '../composables/usePlayerProfile'; import { usePlayerProfile } from '../composables/usePlayerProfile';
import { useInboxFeature } from '../composables/useInboxFeature';
import GoldSpinner from '../components/GoldSpinner.vue'; import GoldSpinner from '../components/GoldSpinner.vue';
import { usePullToRefresh } from '../composables/usePullToRefresh'; import { usePullToRefresh } from '../composables/usePullToRefresh';
import { parseCashbackApiData, sumCashbackAmount } from '../utils/cashback'; import { parseCashbackApiData, sumCashbackAmount } from '../utils/cashback';
@@ -19,7 +18,6 @@ const router = useRouter();
const auth = useAuthStore(); const auth = useAuthStore();
const { locales, setLocale, initFromUser } = useAppLocale(); const { locales, setLocale, initFromUser } = useAppLocale();
const { profileRaw, refreshProfile } = usePlayerProfile(); const { profileRaw, refreshProfile } = usePlayerProfile();
const { hubRoute } = useInboxFeature();
const loading = ref(true); const loading = ref(true);
const error = ref(false); const error = ref(false);
@@ -190,12 +188,6 @@ const balanceAmountClass = computed(() => {
</span> </span>
<span class="qa-label">{{ t('recharge.history_title') }}</span> <span class="qa-label">{{ t('recharge.history_title') }}</span>
</RouterLink> </RouterLink>
<RouterLink :to="hubRoute" class="qa-item">
<span class="qa-icon qa-icon--inbox">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" width="24" height="24"><path d="M4 6.5A2.5 2.5 0 0 1 6.5 4h11A2.5 2.5 0 0 1 20 6.5v11A2.5 2.5 0 0 1 17.5 20H6.5A2.5 2.5 0 0 1 4 17.5v-11Z" /><path d="m4 7 8 5.5L20 7" /></svg>
</span>
<span class="qa-label">{{ t('messages.title') }}</span>
</RouterLink>
</div> </div>
<section class="settings-group"> <section class="settings-group">