⬆️ Upgrade kernel deps

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-10-18 20:54:05 +08:00
parent 7528699fba
commit 5fb1fcc5ec
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 5 additions and 5 deletions

View file

@ -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());
});
});