fix: FontMeta 接口补上 metaVersion 字段声明

This commit is contained in:
崮生(子虚) 2026-07-31 00:11:23 +08:00
parent fa3fa15bf7
commit 1979d7c81e

View File

@ -444,6 +444,8 @@ export interface FontUserConfig {
/** 字体元数据结果 */
export interface FontMeta {
/** 元数据版本指纹(算法变更后 bump用于磁盘缓存失效 */
metaVersion: number;
/** 字体支持的 codepoint 总数 */
totalCodePoints: number;
/** 各字符集覆盖率 */