替换兔小巢

This commit is contained in:
Silent YANG 2024-11-07 15:59:21 +08:00
parent 5aa4f35f17
commit cfed10fd05

View file

@ -22,7 +22,7 @@
<template v-if="!topMenu && appStore.device === 'mobile'">
<li>
<t-link v-if="t('navbar.qa') == 'Feedback'" href="https://t.me/losehu" target="_blank">{{ $t('navbar.qa') }}</t-link>
<t-link v-else href="https://txc.qq.com/products/647342" target="_blank">{{ $t('navbar.qa') }}</t-link>
<t-link v-else href="https://qa.vicicode.cn/" target="_blank">{{ $t('navbar.qa') }}</t-link>
</li>
<li>
<a-button v-show="route.path !== '/tool/flash'" type="primary" @click="connectIt">{{ appStore.connectState ? $t('navbar.disconnect') : $t('navbar.connect') }}</a-button>
@ -81,7 +81,7 @@
<template v-else="appStore.device === 'mobile'">
<li>
<t-link v-if="t('navbar.qa') == 'Feedback'" href="https://t.me/losehu" target="_blank">{{ $t('navbar.qa') }}</t-link>
<t-link v-else href="https://txc.qq.com/products/647342" target="_blank">{{ $t('navbar.qa') }}</t-link>
<t-link v-else href="https://qa.vicicode.cn/" target="_blank">{{ $t('navbar.qa') }}</t-link>
</li>
<li>
<a-button v-show="route.path !== '/tool/flash'" type="primary" @click="connectIt">{{ appStore.connectState ? $t('navbar.disconnect') : $t('navbar.connect') }}</a-button>