diff --git a/hub/src/database/routes/libraryBrowser.ts b/hub/src/database/routes/libraryBrowser.ts index bc61435..0499f48 100644 --- a/hub/src/database/routes/libraryBrowser.ts +++ b/hub/src/database/routes/libraryBrowser.ts @@ -574,6 +574,7 @@ export function renderLibraryBrowser(): string { ok("已收回"); renderTab(); } catch (e) { fail(e); } }, + submitCreate, newFileDialog, submitNewFile, openFile, closePreview, saveFile, deleteFile, showHistory, acceptLatest() { openFile(currentFile.path); toast("已载入最新内容,请在此基础上合并", "info"); }, submitExport, closeModal,