Skip to content

Commit

Permalink
替换兔小巢
Browse files Browse the repository at this point in the history
  • Loading branch information
silenty4ng committed Nov 7, 2024
1 parent 5aa4f35 commit cfed10f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/navbar/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit cfed10f

Please sign in to comment.