feat: 实现 DOCX 可编辑字体嵌入
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user