Skip to content

Commit

Permalink
小问题
Browse files Browse the repository at this point in the history
🐛 修正一处对启动地址的修改导致在 win 平台无法正常启动的问题,由 bd26484 损坏
  • Loading branch information
Stapxs committed Oct 4, 2024
1 parent bd26484 commit c395eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stapxs-qq-lite",
"version": "2.9.0",
"version": "2.9.1",
"private": false,
"author": "Stapx Steve [林槐]",
"description": "一个兼容 OneBot 的非官方网页版 QQ 客户端,使用 Vue 重制的全新版本。",
Expand Down
2 changes: 1 addition & 1 deletion src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async function createWindow() {
if (!process.env.IS_TEST) win.webContents.openDevTools()
} else {
createProtocol('app')
win.loadURL('app://index.html')
win.loadURL('app://./index.html')
}

session.defaultSession.webRequest.onHeadersReceived((details, callback) => {
Expand Down

0 comments on commit c395eea

Please sign in to comment.