浏览代码

Update services/webtheme/webtheme.go

undefined
silverwind 1 个月前
父节点
当前提交
bdda329b6f
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      services/webtheme/webtheme.go

+ 1
- 1
services/webtheme/webtheme.go 查看文件

@@ -34,7 +34,7 @@ type ThemeMetaInfo struct {
IsDarkTheme bool
}

// extract CSS vars from CSS, taking the last occurence in a file to support combined themes like "auto"
// extract CSS vars from CSS, taking the last occurrence in a file to support combined themes like "auto"
func parseThemeMetaInfoToMap(cssContent string) map[string]string {
m := map[string]string{}


正在加载...
取消
保存