feat: 实现 DOCX 可编辑字体嵌入
This commit is contained in:
@@ -84,7 +84,8 @@ const prepared: PreparedDocxExport = {
|
||||
theme: {
|
||||
manifest,
|
||||
source: "bundled",
|
||||
css: "#write { color: black; }"
|
||||
css: "#write { color: black; }",
|
||||
fonts: []
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user