🔥 删除多余代码

This commit is contained in:
刘嘉伟 2024-08-07 21:22:02 +08:00
parent ce949aca44
commit d07fe5f5b4
2 changed files with 0 additions and 5 deletions

View File

@ -5,7 +5,6 @@ const fs = require("fs");
const path = require("path");
const zlib = require("zlib");
const {download} = require("electron-dl");
const unzipper = require('unzipper');
const AdmZip = require('adm-zip');
const log = require('electron-log');

View File

@ -213,10 +213,6 @@ ipcMain.handle("open-win", (_, arg) => {
}
});
ipcMain.on('open-url', (event, url) => {
shell.openExternal(url).then(r => {
});
});
initGitHubApi();
initConfigApi();