!128 修复 `#绑定UID 123456789` 无响应

* update plugins/genshin/apps/user.js.
This commit is contained in:
batvbs 2023-11-22 17:36:58 +00:00 committed by Kokomi
parent 4314a9f95b
commit bf9244c328
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export class user extends plugin {
fnc: 'delUid'
},
{
reg: '^#(原神|星铁)?绑定(uid|UID)?[1-9][0-9]{8}$',
reg: '^#(原神|星铁)?绑定(uid|UID)? ?[1-9][0-9]{8}$',
fnc: 'bingUid'
},
{