This commit is contained in:
Vanessa 2022-06-30 22:44:50 +08:00
parent 3d71a2644b
commit 41ca310e09
12 changed files with 34 additions and 4 deletions

View file

@ -177,6 +177,7 @@ declare interface IExport {
}
declare interface IEditor {
fullWidth: boolean;
fontSize: number;
generateHistoryInterval: number;
historyRetentionDays: number;