mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2025-02-01 16:05:53 +00:00
!16 修复上传面板图后,再上传照片仍会上传为面板图bug
Merge pull request !16 from ChallengerV/master
This commit is contained in:
commit
6006f5c9f7
@ -24,6 +24,8 @@ export async function uploadCharacterImg (e) {
|
||||
if (msg.includes('面板')) {
|
||||
isProfile = true
|
||||
regRet = profileRegex.exec(msg)
|
||||
} else {
|
||||
isProfile = false
|
||||
}
|
||||
|
||||
// 通过解析正则获取消息中的角色名
|
||||
|
Loading…
Reference in New Issue
Block a user