mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 20:30:15 +01:00
📝
This commit is contained in:
parent
67f6320c8a
commit
d573e62d12
2 changed files with 7 additions and 2 deletions
|
|
@ -253,7 +253,7 @@ export class Breadcrumb {
|
|||
label: window.siyuan.languages.share2Liandi,
|
||||
icon: "iconLiandi",
|
||||
click() {
|
||||
confirmDialog(window.siyuan.languages.share2Liandi, "", () => {
|
||||
confirmDialog(window.siyuan.languages.share2Liandi, window.siyuan.languages.share2LiandiConfirmTip, () => {
|
||||
fetchPost("/api/export/export2Liandi", {id: protyle.block.parentID});
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue