🎨 Changelog supports Traditional Chinese https://github.com/siyuan-note/siyuan/issues/8333
This commit is contained in:
parent
c735b3c610
commit
6de41eda82
1 changed files with 1 additions and 1 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
Reference in a new issue