feat: add page break option

This commit is contained in:
Hufe921
2023-08-31 21:44:45 +08:00
parent 3c10be26fb
commit ec627dc407
11 changed files with 47 additions and 10 deletions
+3
View File
@@ -89,5 +89,8 @@ interface ILang {
header: string
footer: string
}
pageBreak: {
displayName: string
}
}
```