mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 22:52:34 +01:00
🎨 Show "What's New in SiYuan" after upgrading https://github.com/siyuan-note/siyuan/issues/7902
This commit is contained in:
parent
193e50090d
commit
5586adc935
6 changed files with 6 additions and 6 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