feat: 实现 DOCX 可编辑字体嵌入

This commit is contained in:
SkyJourney
2026-07-31 16:18:30 +08:00
parent f3847f3e4b
commit 10bc62cee4
32 changed files with 2195 additions and 76 deletions
@@ -74,7 +74,8 @@ const prepared: PreparedDocxExport = {
theme: {
manifest: theme(),
source: "bundled",
css: ""
css: "",
fonts: []
}
};
@@ -126,7 +127,8 @@ function conversionResult(): PandocDocxConversionResult {
xmlPartCount: 9,
relationshipCount: 3,
headerCount: 0,
footerCount: 1
footerCount: 1,
embeddedFontCount: 0
},
timings: {
referenceMs: 3,