mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
This commit is contained in:
parent
2b15a51833
commit
4c09d621d8
1 changed files with 3 additions and 3 deletions
|
@ -376,8 +376,8 @@ ${padHTML}
|
|||
click() {
|
||||
confirmDialog("🤩 " + window.siyuan.languages.share2Liandi,
|
||||
window.siyuan.languages.share2LiandiConfirmTip.replace("${accountServer}", getCloudURL("")), () => {
|
||||
fetchPost("/api/export/export2Liandi", {id: protyle.block.parentID});
|
||||
});
|
||||
fetchPost("/api/export/export2Liandi", {id: protyle.block.parentID});
|
||||
});
|
||||
}
|
||||
}).element);
|
||||
}
|
||||
|
@ -631,7 +631,7 @@ ${padHTML}
|
|||
} else {
|
||||
html += `<span class="protyle-breadcrumb__item${isCurrent ? " protyle-breadcrumb__item--active" : ""}" data-node-id="${item.id}"${(response.data.length === 1 || index === 0) ? ' style="max-width:none"' : ""}>
|
||||
<svg class="popover__block" data-id="${item.id}"><use xlink:href="#${getIconByType(item.type, item.subType)}"></use></svg>
|
||||
<span class="protyle-breadcrumb__text" title="${item.name}">${item.name}</span>
|
||||
${item.name ? `<span class="protyle-breadcrumb__text" title="${item.name}">${item.name}</span>` : ""}
|
||||
</span>`;
|
||||
}
|
||||
if (index !== response.data.length - 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue