Refactor labels and hints in AccountSettingSubscribe.vue

This commit is contained in:
jxxghp
2024-10-30 18:54:25 +08:00
parent 3bc464011a
commit 0c46ab7d5a

View File

@@ -233,15 +233,15 @@ onMounted(() => {
<VCol cols="12" md="6">
<VSwitch
v-model="enableIntervalSearch"
label="开启订阅定时搜索"
label="订阅定时搜索"
hint="每隔24小时全站搜索以补全订阅可能漏掉的资源"
persistent-hint
/>
</VCol>
<VCol cols="12" md="6">
<VCol cols="12" md="6">
<VSwitch
v-model="enableDirExistsSearch"
label="开启检查本地媒体库是否存在资源"
label="检查本地媒体库资源"
hint="检查存储盘是否存在资源,以避免重复下载"
persistent-hint
/>