有点文字修改

This commit is contained in:
jianzhichu
2025-12-27 12:13:36 +08:00
parent c3e9e9c17d
commit e717672e1e
+1 -1
View File
@@ -225,7 +225,7 @@ const manualCheckForm = (): { pass: boolean; msg: string } => {
<div class="switch-with-desc">
<a-switch v-model:checked="form.status" :checked-value="1" :un-checked-value="0" class="custom-large-switch" />
<div class="switch-desc">
<span class="main-desc">{{ form.status === 1 ? '开启同步' : '关闭同步' }}</span>
<span class="main-desc">{{ form.status === 1 ? '开启' : '关闭' }}</span>
<span class="sub-desc">建议初始不开启保存设置后进入系统配置完成其他设置后再手动开启</span>
</div>
</div>