zhuhao_dev #109

Merged
zhuhao merged 4 commits from zhuhao_dev into main 2024-08-08 14:05:50 +08:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 32c64d073b - Show all commits

View File

@ -1,6 +1,6 @@
{
"name": "aix-win",
"version": "1.0.4",
"version": "1.0.5",
"description": "An Electron application with Vue",
"main": "./out/main/index.js",
"author": "example.com",

View File

@ -73,6 +73,7 @@ const handleOutLink = (path, type) => {
fullPath = fullPath.replaceAll('//', '/')
//
ipcRenderer.send('openWindow', {
key: path,
fullPath: fullPath,
cookieData: { ...configObj.data }
})