mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
⬆️ Upgrade kernel deps
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
7528699fba
commit
5fb1fcc5ec
4 changed files with 5 additions and 5 deletions
|
|
@ -352,7 +352,7 @@ const initMainWindow = () => {
|
|||
}).then((response) => {
|
||||
setProxy(`${response.data.proxy.scheme}://${response.data.proxy.host}:${response.data.proxy.port}`, currentWindow.webContents).then(() => {
|
||||
// 加载主界面
|
||||
currentWindow.loadURL(getServer() + "/stage/build/app/index.html?v=" + new Date().getTime());
|
||||
currentWindow.loadURL(getServer() + "/stage/build/app/?v=" + new Date().getTime());
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue