MCPcopy Create free account
hub / github.com/FloatTech/ZeroBot-Plugin-Playground / location

Struct location

plugin/draw/draw.go:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49type location struct {
50 lastH int // 上一个高度
51 drawX, maxTwidth float64 // 文字边距
52 rlineX, rlineY float64 // 宽高记录
53 rtitleW float64 // 标题位置
54}
55
56const (
57 kanbanPath = "data/Control/"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected