新增: Bing壁纸历史导航+极光流体主题+重启菜单

This commit is contained in:
2026-05-25 22:44:21 +08:00
parent bb1574641f
commit d4bce23d19
7 changed files with 601 additions and 72 deletions

View File

@@ -27,6 +27,8 @@ const (
ThemeStar ThemeName = "starfield"
ThemeGradient ThemeName = "gradient"
ThemeParticle ThemeName = "particles"
ThemeFractal ThemeName = "fractal"
ThemeText ThemeName = "text"
)
type Config struct {
@@ -38,6 +40,7 @@ type Config struct {
Color1 string `json:"color1"`
Color2 string `json:"color2"`
ColorGradient bool `json:"colorGradient"`
WallpaperText string `json:"wallpaperText"`
}
const defaultZodiac = "射手座"