Skip to content

Commit 9160675

Browse files
author
like
committed
正常可以使用
1 parent c2addcd commit 9160675

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src-tauri/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,10 @@ pub fn run() -> anyhow::Result<()> {
409409
api::tips::list_latest_tip_summaries,
410410
api::tips::search_tips_for_selector,
411411
api::tips::get_tip_by_title,
412+
413+
api::export::export_as_pdf,
414+
api::export::export_as_markdown,
415+
api::export::export_as_html,
412416
])
413417
.build(tauri::generate_context!())?
414418
.run(|_app_handle, event| {

0 commit comments

Comments
 (0)