mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 11:33:48 +08:00
默认最小宽高调整到 200*200
This commit is contained in:
parent
ca62f6f591
commit
da8b0931f1
@ -450,11 +450,11 @@ func (bot *CQBot) ToElement(t string, d map[string]string, group bool) (message.
|
|||||||
icon := d["icon"]
|
icon := d["icon"]
|
||||||
minwidth, _ := strconv.ParseInt(d["minwidth"], 10, 64)
|
minwidth, _ := strconv.ParseInt(d["minwidth"], 10, 64)
|
||||||
if minwidth == 0 {
|
if minwidth == 0 {
|
||||||
minwidth = 400
|
minwidth = 200
|
||||||
}
|
}
|
||||||
minheight, _ := strconv.ParseInt(d["minheight"], 10, 64)
|
minheight, _ := strconv.ParseInt(d["minheight"], 10, 64)
|
||||||
if minheight == 0 {
|
if minheight == 0 {
|
||||||
minheight = 400
|
minheight = 200
|
||||||
}
|
}
|
||||||
maxwidth, _ := strconv.ParseInt(d["maxwidth"], 10, 64)
|
maxwidth, _ := strconv.ParseInt(d["maxwidth"], 10, 64)
|
||||||
if maxwidth == 0 {
|
if maxwidth == 0 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user