新增: 多布局切换+秒显示+节日倒计时+等宽数字+作者署名
This commit is contained in:
@@ -79,6 +79,7 @@ func buildWallpaperHTML(cfg *Config) string {
|
||||
bg = themeAurora
|
||||
}
|
||||
html := strings.Replace(overlayHTML, "{{BACKGROUND}}", bg, 1)
|
||||
html = strings.Replace(html, "{{LAYOUT}}", string(cfg.Layout), 1)
|
||||
|
||||
// 注入自定义文字
|
||||
if cfg.WallpaperType == WPTheme && cfg.Theme == ThemeText && cfg.WallpaperText != "" {
|
||||
|
||||
Reference in New Issue
Block a user