feat: 添加仅下载缺失资源的开关选项

This commit is contained in:
jxxghp
2025-02-28 12:15:38 +08:00
parent 57efd516c5
commit b451b8066a

View File

@@ -58,6 +58,9 @@ onMounted(() => {
<VCol cols="12">
<VTextField v-model="data.save_path" label="保存路径" outlined dense clearable placeholder="留空自动" />
</VCol>
<VCol cols="12">
<VSwitch v-model="data.only_lack" label="仅下载缺失的资源" />
</VCol>
</VRow>
</VCardText>
<Handle id="edge_out" type="source" :position="Position.Right" />