diff --git a/coolq/api.go b/coolq/api.go index 2bbcb72..785b303 100644 --- a/coolq/api.go +++ b/coolq/api.go @@ -1359,6 +1359,8 @@ func (bot *CQBot) CQGetVersionInfo() MSG { return 2 case client.MacOS: return 3 + case client.QiDian: + return 4 default: return -1 } diff --git a/main.go b/main.go index a39a67e..6bd7a7f 100644 --- a/main.go +++ b/main.go @@ -245,6 +245,8 @@ func main() { return "Android Watch" case client.MacOS: return "MacOS" + case client.QiDian: + return "企点" } return "未知" }())