refactor(清理代码): 增加可维护性
build.yaml / build (push) Successful in 33s

This commit is contained in:
2026-07-08 15:22:05 +08:00
parent cc0a627a3c
commit 27a5da45ec
5 changed files with 0 additions and 95 deletions
-7
View File
@@ -310,13 +310,6 @@ func isFontFileName(name string) bool {
}
}
// fontRuleMatch 判断字体规则是否匹配
// 入参: rule 字体匹配规则, name 字体名称
// 返回: bool 是否匹配
func fontRuleMatch(rule fontMatchRule, name string) bool {
return fontRuleMatchLevel(rule, name) != fontMatchNone
}
// fontRuleMatchLevel 获取字体规则匹配等级
// 入参: rule 字体匹配规则, name 字体名称
// 返回: int 匹配等级