修复问题

pull/733/head
lyswhut 2021-12-06 18:56:56 +08:00
parent b350f133b0
commit 16a203227a
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ dd(:tips="$t('setting__download_lyric_title')")
div
base-checkbox(id="setting_download_isDownloadLrc" v-model="currentStting.download.isDownloadLrc" :label="$t('setting__is_enable')")
dd
h3#download_lyric {{$t('setting__download_lyric_format')}}
h3#download_lyric_format {{$t('setting__download_lyric_format')}}
div
base-checkbox.gap-left(v-for="item in lrcFormatList" :key="item.id" :id="`setting_download_lrcFormat_${item.id}`"
name="setting_download_lrcFormat" need v-model="currentStting.download.lrcFormat" :value="item.id" :label="item.name")

View File

@ -11,7 +11,7 @@ dd
:value="hotKeyConfig.local[item.name] && formatHotKeyName(hotKeyConfig.local[item.name].key)"
@focus="handleHotKeyFocus($event, item, 'local')"
@blur="handleHotKeyBlur($event, item, 'local')")
dd
h3#hot_key_global_title {{$t('setting__hot_key_global_title')}}
div
base-checkbox(id="setting_download_hotKeyGlobal" v-model="current_hot_key.global.enable" :label="$t('setting__is_enable')" @change="handleEnableHotKey")