mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-22 23:14:07 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
d26bb04110
20 changed files with 51 additions and 2 deletions
|
|
@ -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>`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue