mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-06 20:02:38 +00:00
替换兔小巢
This commit is contained in:
parent
5aa4f35f17
commit
cfed10fd05
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue