From b391b2c16d88e30e02e18e8db66e8cd95a63bb60 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sun, 7 Mar 2021 17:53:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=93=BE=E6=8E=A5=E9=94=9A?= =?UTF-8?q?=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/components/material/UserApiModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/material/UserApiModal.vue b/src/renderer/components/material/UserApiModal.vue index 2fc1d516..afe94b68 100644 --- a/src/renderer/components/material/UserApiModal.vue +++ b/src/renderer/components/material/UserApiModal.vue @@ -15,7 +15,7 @@ material-modal(:show="visible" bg-close @close="handleClose") div(:class="$style.note") p(:class="[$style.ruleLink]") | {{$t('material.user_api_modal.readme')}} - span.hover.underline(@click="handleOpenUrl('https://github.com/lyswhut/lx-music-desktop/blob/master/FAQ.md')" tips="https://github.com/lyswhut/lx-music-desktop/blob/master/FAQ.md") FAQ.md + span.hover.underline(@click="handleOpenUrl('https://github.com/lyswhut/lx-music-desktop/blob/master/FAQ.md#%E8%87%AA%E5%AE%9A%E4%B9%89%E6%BA%90%E8%84%9A%E6%9C%AC%E7%BC%96%E5%86%99%E8%AF%B4%E6%98%8E')" tips="https://github.com/lyswhut/lx-music-desktop/blob/master/FAQ.md") FAQ.md p {{$t('material.user_api_modal.note')}} div(:class="$style.footer") material-btn(:class="$style.footerBtn" @click="handleImport") {{$t('material.user_api_modal.btn_import')}}