Update App.vue

This commit is contained in:
Cloudreflection 2023-08-24 15:29:51 +08:00 committed by GitHub
parent b7f6592291
commit 41abfedd44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@
<n-form-item-gi :span="4" label="主动私聊自动白名单" path="initiative">
<n-switch v-model:value="model.initiative" />
</n-form-item-gi>
<n-form-item-gi :span="3" label="启用陌生人私聊" path="disable_pm">
<n-form-item-gi :span="3" label="禁止陌生人私聊" path="disable_pm">
<n-switch v-model:value="model.disable_pm" />
</n-form-item-gi>
<n-form-item-gi :span="3" label="验证失败时举报" path="report">