Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2023-05-24 09:20:02 +08:00
commit d26bb04110
20 changed files with 51 additions and 2 deletions

View file

@ -9,7 +9,7 @@ export const openChangelog = () => {
return;
}
const dialog = new Dialog({
title: `${window.siyuan.languages.whatsNewInSiYuan}`,
title: `${window.siyuan.languages.whatsNewInSiYuan} v${window.siyuan.config.system.kernelVersion}`,
width: isMobile() ? "92vw" : "768px",
height: isMobile() ? "80vh" : "70vh",
content: `<div style="overflow:auto;" class="b3-dialog__content b3-typography b3-typography--default">${response.data.html}</div>`