소스 검색

Update services/webtheme/webtheme.go

undefined
silverwind 3 주 전
부모
커밋
bdda329b6f
No account linked to committer's email address
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…
취소
저장