style: 更新行情列表标题
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-23 06:22:09 +08:00
committed by cnb
parent e7b64cc669
commit 5773b8d182

View File

@@ -40,7 +40,7 @@ func startrobot() {
// 标题
img.SetRGB255(44, 62, 80)
img.LoadFontFace("/opt/blazing/build/simhei.ttf", 20) // 黑体,解决中文乱码
img.DrawString("📊 金币行情列表", padding, 30)
img.DrawString("骄阳号金豆集市行情列表", padding, 30) //📊
// 画内容
img.SetRGB255(30, 30, 30)