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

This commit is contained in:
Vanessa 2023-04-07 12:13:34 +08:00
commit c8765621ba
9 changed files with 31 additions and 29 deletions

View file

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