瀏覽代碼

Update services/webtheme/webtheme.go

undefined
silverwind 3 週之前
父節點
當前提交
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{}


Loading…
取消
儲存