1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-07 04:23:49 +08:00

fix lint.

This commit is contained in:
Mrs4s 2021-05-03 15:03:59 +08:00
parent 700ecdad06
commit 92e1aafaf3
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7
2 changed files with 4 additions and 0 deletions

View File

@ -1359,6 +1359,8 @@ func (bot *CQBot) CQGetVersionInfo() MSG {
return 2 return 2
case client.MacOS: case client.MacOS:
return 3 return 3
case client.QiDian:
return 4
default: default:
return -1 return -1
} }

View File

@ -245,6 +245,8 @@ func main() {
return "Android Watch" return "Android Watch"
case client.MacOS: case client.MacOS:
return "MacOS" return "MacOS"
case client.QiDian:
return "企点"
} }
return "未知" return "未知"
}()) }())