Fix "italic" bug mentioned in #76

This commit is contained in:
Tnze
2020-09-11 10:32:20 +08:00
committed by GitHub
parent edd1aa52ee
commit 8ff82db3c8

View File

@ -25,7 +25,7 @@ type jsonChat struct {
Text string `json:"text,omitempty"` Text string `json:"text,omitempty"`
Bold bool `json:"bold,omitempty"` //粗体 Bold bool `json:"bold,omitempty"` //粗体
Italic bool `json:"Italic,omitempty"` //斜体 Italic bool `json:"italic,omitempty"` //斜体
UnderLined bool `json:"underlined,omitempty"` //下划线 UnderLined bool `json:"underlined,omitempty"` //下划线
StrikeThrough bool `json:"strikethrough,omitempty"` //删除线 StrikeThrough bool `json:"strikethrough,omitempty"` //删除线
Obfuscated bool `json:"obfuscated,omitempty"` //随机 Obfuscated bool `json:"obfuscated,omitempty"` //随机