mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 00:50:13 +01:00
🚨
This commit is contained in:
parent
e59c630bac
commit
6ad89c12c1
9 changed files with 35 additions and 35 deletions
|
|
@ -134,19 +134,19 @@ class App {
|
|||
window.siyuan.config.uiLayout.left = {
|
||||
pin: true,
|
||||
data: response.data.conf.uiLayout.left
|
||||
}
|
||||
};
|
||||
window.siyuan.config.uiLayout.right = {
|
||||
pin: true,
|
||||
data: response.data.conf.uiLayout.right
|
||||
}
|
||||
};
|
||||
window.siyuan.config.uiLayout.top = {
|
||||
pin: true,
|
||||
data: response.data.conf.uiLayout.top
|
||||
}
|
||||
};
|
||||
window.siyuan.config.uiLayout.bottom = {
|
||||
pin: true,
|
||||
data: response.data.conf.uiLayout.bottom
|
||||
}
|
||||
};
|
||||
}
|
||||
getLocalStorage(() => {
|
||||
fetchGet(`/appearance/langs/${window.siyuan.config.appearance.lang}.json?v=${Constants.SIYUAN_VERSION}`, (lauguages) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue