主动标注正则起始符

Signed-off-by: 柠檬冲水 <10424920+ningmengchongshui@user.noreply.gitee.com>
This commit is contained in:
柠檬冲水 2023-10-30 07:52:22 +00:00 committed by Gitee
parent 01bd4e2309
commit 2f78b7a1c7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -7,5 +7,6 @@ app.setMessage(async e => {
e.sender.card = e.user_name
return e
})
app.setCharacter('#')
app.component(apps)
app.mount()