Add more themes and styles

This commit is contained in:
2025-04-18 11:59:55 +08:00
parent e73adf408e
commit db271eedf7
16 changed files with 332 additions and 1 deletions

View File

@@ -106,6 +106,12 @@ func (m *Manager) GetStyleIndex(style StyleType) (int, error) {
RastaStyle,
MetaStyle,
SquareStyle,
NeonStyle, // 霓虹风格
PixelStyle, // 像素风格
WatercolorStyle, // 水彩风格
MechStyle, // 机械风格
CosmicStyle, // 宇宙风格
GhostStyle, // 幽灵风格
} {
if s == style {
return i, nil