Vanessa 2025-05-08 21:48:11 +08:00
parent 2b15a51833
commit 4c09d621d8

View file

@ -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) {