feat(提升性能): 继续优化性能
build.yaml / build (push) Successful in 36s

This commit is contained in:
2026-07-14 10:21:21 +08:00
parent c17aae5a74
commit 3fecdbf89e
6 changed files with 23 additions and 15 deletions
+1
View File
@@ -35,6 +35,7 @@ type Renderer struct {
FontCIDMap map[string]map[uint16]rune
fontFSCache map[fontFSKey]*canvas.FontFamily
textGlyphPathCache map[textGlyphPathCacheKey]textGlyphPathCacheValue
templatePageCache map[string]*PageContent
fontDirs []string
fontFS []fs.FS
}