update version & bug fix (#3)

* fix: node-version too low (#2)

Co-authored-by: omg-xtao <100690902+omg-xtao@users.noreply.github.com>

* Update utils.js

* Update App.vue

---------

Co-authored-by: omg-xtao <100690902+omg-xtao@users.noreply.github.com>
This commit is contained in:
Cloudreflection 2023-08-24 15:32:15 +08:00 committed by GitHub
parent 14aa017c2d
commit 9eddffa86c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

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">

View File

@ -81,6 +81,6 @@ export const defaults = {
"type": "math",
"img_captcha": "func",
"img_captcha_retry": null,
"version": "2.28",
"version": "2.29",
"cmd":"pmcaptcha"
}
}