fix: 修复卸载请求中的应用名称查找逻辑

更新下载详情组件样式以支持自定义滚动条
This commit is contained in:
Elysia
2026-01-31 00:53:40 +08:00
parent b4ef653299
commit 97997182bc
4 changed files with 7 additions and 9 deletions

View File

@@ -306,12 +306,6 @@ ipcMain.on('remove-installed', async (_event, pkgname: string) => {
webContents.send('remove-progress', chunk);
});
child.stderr.on('data', (data) => {
const chunk = data.toString();
output += chunk;
webContents.send('remove-progress', chunk);
});
child.on('close', (code) => {
const success = code === 0;
// 拼接json消息