Performance optimization

This commit is contained in:
2025-04-18 17:24:18 +08:00
parent 5f8a1ae535
commit 6e21263278
8 changed files with 501 additions and 156 deletions

View File

@@ -144,7 +144,7 @@ func TestDemo(t *testing.T) {
pn := NewPixelNebula()
// 设置风格和尺寸
pn.WithStyle(style.MechStyle)
pn.WithStyle(style.MetaStyle)
pn.WithTheme(1)
pn.WithSize(231, 231)