This commit is contained in:
jianzhichu
2025-11-23 23:30:34 +08:00
parent 578131ac55
commit 225e1614d7
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -22,11 +22,11 @@
<div class="form-section">
<h3 class="section-title">博主视频保存配置</h3>
<a-form-item has-feedback label="视频用标题做文件名" name="UperUseViedoTitle" :wrapper-col="{ span: 6 }">
<a-form-item has-feedback label="用标题做文件名" name="UperUseViedoTitle" :wrapper-col="{ span: 6 }">
<a-switch v-model:checked="formState.UperUseViedoTitle" />
</a-form-item>
<a-form-item has-feedback label="视频不创建子文件夹" name="UperSaveTogether" :wrapper-col="{ span: 6 }">
<a-form-item has-feedback label="不创建子文件夹" name="UperSaveTogether" :wrapper-col="{ span: 6 }">
<a-switch v-model:checked="formState.UperSaveTogether" />
</a-form-item>
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 97 KiB