Skip to content

Commit

Permalink
chore(frontend): 优化字幕搜索错误的提示信息-连续剧
Browse files Browse the repository at this point in the history
  • Loading branch information
iMyon committed Oct 16, 2023
1 parent 5f9f4ae commit b7d34ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/pages/library/SearchPanelCsfApiTvPackage.vue
Expand Up @@ -81,7 +81,10 @@
<div><q-btn flat label="重试" color="primary" dense @click="searchPackages" /></div>
</template>
<template v-else-if="subtitleBestApiErrorMsg">
<div class="text-negative">获取字幕列表失败,错误信息:{{ subtitleBestApiErrorMsg }}</div>
<div class="text-negative">
<div>从 SubtitleBest 获取字幕列表失败,错误信息:{{ subtitleBestApiErrorMsg }}</div>
<div>若提示 api key 相关错误,请检查 SubtitleBest 的 apiKey 是否正确,以及是否过期</div>
</div>
<div><q-btn flat label="重试" color="primary" dense @click="searchPackages" /></div>
</template>
<template v-else>
Expand Down

0 comments on commit b7d34ba

Please sign in to comment.