Vanessa 2024-03-24 22:35:30 +08:00
parent e922c402c8
commit 1f607cf08a
9 changed files with 15 additions and 294 deletions

View file

@ -254,7 +254,7 @@ export const exportConfig = {
});
/// #endif
},
onSetexport: (data: IExport) => {
onSetexport: (data: Config.IExport) => {
window.siyuan.config.export = data;
}
};