mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-20 05:58:07 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
c8765621ba
9 changed files with 31 additions and 29 deletions
|
|
@ -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>`
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue