mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-25 00:14:07 +01:00
This commit is contained in:
parent
ad60a28278
commit
d0307c472d
6 changed files with 27 additions and 2 deletions
|
|
@ -247,6 +247,15 @@ export class Breadcrumb {
|
|||
netImg2LocalAssets(protyle);
|
||||
}
|
||||
}).element);
|
||||
if (!needSubscribe()) {
|
||||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
label: window.siyuan.languages.share2Liandi,
|
||||
icon: "iconLiandi",
|
||||
click() {
|
||||
fetchPost("/api/export/export2Liandi", {id: protyle.block.parentID});
|
||||
}
|
||||
}).element);
|
||||
}
|
||||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
label: window.siyuan.languages.optimizeTypography,
|
||||
icon: "iconFormat",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue