Merge branch 'v2' into v2

This commit is contained in:
ycxom 2025-01-02 16:39:38 +08:00 committed by GitHub
commit 99edb60c82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 28 additions and 0 deletions

View file

@ -1078,6 +1078,23 @@ export function supportGuoba () {
required: true,
}
],
field: 'bymFuckList',
label: '伪人模式反击的触发词',
bottomHelpMessage: '请输入用于伪人模式下骂人反击的触发词,每个词组将被单独处理',
component: "GTags",
componentProps: {
placeholder: '请输入反击触发词',
allowAdd: true,
allowDel: true,
showPrompt: true,
promptProps: {
content: '添加新的反击触发词',
okText: '添加',
rules: [
{ required: true, message: '触发词不能为空' },
],
},
valueParser: ((value) => value.split(',') || []),
},
},
{