mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
🎨
This commit is contained in:
parent
455d5c3908
commit
cd8b537465
6 changed files with 9 additions and 10 deletions
|
|
@ -168,7 +168,7 @@ export class App {
|
|||
window.siyuan.menus = new Menus(this);
|
||||
bootSync();
|
||||
fetchPost("/api/setting/getCloudUser", {}, userResponse => {
|
||||
window.siyuan.user = userResponse.data || {};
|
||||
window.siyuan.user = userResponse.data;
|
||||
onGetConfig(response.data.start, this);
|
||||
account.onSetaccount();
|
||||
setTitle(window.siyuan.languages.siyuanNote);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue