1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00
This commit is contained in:
Mrs4s 2023-03-10 21:57:02 +08:00
parent 85129aa06c
commit 30c24fa5b2
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7

View File

@ -162,7 +162,7 @@ type AppVersion struct {
}
func (v *AppVersion) String() string {
return fmt.Sprintf("%s %s - %v", v.Protocol, v.SortVersionName, v.BuildTime)
return fmt.Sprintf("%s %s - %v", v.Protocol.String(), v.SortVersionName, v.BuildTime)
}
func (v *AppVersion) ReadJson(d []byte) error {