Commit Graph

27 Commits

Author SHA1 Message Date
44a55249db 更换安装指令为 aptss 2026-02-19 18:01:16 +08:00
Elysia
5ac9376200 feat: support download statistics
close #15
2026-02-14 23:11:43 +08:00
Elysia
74c4eb4fbc feat(install): add metalink download support and progress tracking
close #12
2026-02-14 00:16:18 +08:00
Elysia
6622e70033 refactor: improve code formatting and consistency across components
- Updated button and span elements in ThemeToggle.vue and TopActions.vue for better readability.
- Enhanced UninstallConfirmModal.vue and UpdateAppsModal.vue with consistent indentation and spacing.
- Refactored downloadStatus.ts and storeConfig.ts for improved code clarity.
- Standardized string quotes and spacing in typedefinition.ts and processInstall.ts.
- Ensured consistent use of arrow functions and improved variable declarations throughout the codebase.
2026-02-12 18:32:41 +08:00
Elysia
e11740ad4c feat: 添加 ESLint 配置并优化代码风格,移除未使用的功能 2026-02-12 18:31:09 +08:00
Delta1035
b43c6117ec fix: 修复应用还没有安装完,按钮就重新变成可安装状态 (#11)
fix:先用比较简单的方案解决安装之后卸载了还是显示已安装的问题

fix: 在安装成功的ipc信息之后再删除安装队列的任务

删除pnpm workspace
2026-02-04 13:06:01 +08:00
Elysia
95d358fb6e chore: 更新版本号至 1.0.4-beta.1,并为 host-spawn 添加可执行权限 2026-01-31 21:36:13 +08:00
Elysia
850b8dcd1f feat: 添加 host-spawn 下载步骤并更新应用启动命令 2026-01-31 21:27:31 +08:00
Elysia
eb386ec23e chore: 更新版本号至 1.0.4-beta.0,移除重复任务检查逻辑 2026-01-31 20:21:02 +08:00
Elysia
92d1573cf0 feat: 现在仅在有任务时才会到托盘 2026-01-31 20:13:05 +08:00
Elysia
eeefe5295b feat: enhance install manager to prevent duplicate package installations and improve app launching command 2026-01-31 20:08:35 +08:00
Elysia
641589f875 feat: update application name and paths to reflect new branding 2026-01-31 18:32:52 +08:00
Elysia
6154d75fa6 feat: add app launching functionality and update related components 2026-01-31 18:21:16 +08:00
Elysia
39e40ff946 feat: enhance application type definitions and improve app management logic 2026-01-31 17:48:06 +08:00
Elysia
0ed7f64a21 fix: deep link handling at electron startup 2026-01-31 16:07:15 +08:00
Elysia
97997182bc fix: 修复卸载请求中的应用名称查找逻辑
更新下载详情组件样式以支持自定义滚动条
2026-01-31 00:53:40 +08:00
Elysia
b9325db8b0 feat: 添加卸载确认模态框,支持卸载进度显示 2026-01-31 00:01:32 +08:00
Elysia
fff4a4bd22 refactor: 更新README文档,添加动画性能问题的待办事项;修改安装管理器以使用完整路径查找pkexec命令;删除未使用的下载管理模拟方法 2026-01-30 21:39:50 +08:00
Elysia
0c2ec65dca refactor(install-manager): 更新可升级软件包列表命令路径 2026-01-28 23:19:15 +08:00
Elysia
d529dd6e5e refactor(install-manager): update apm execution path to shell-caller.sh 2026-01-28 22:26:37 +08:00
Elysia
640e0bd69d feat: 添加对deb和rpm包的构建支持,更新构建依赖和版本信息 2026-01-28 19:18:45 +08:00
Elysia
4b49424105 fix: 更新应用图标格式为ICNS,优化安装管理器命令执行 2026-01-28 18:38:52 +08:00
Elysia
ea0261a192 feat: 添加已安装应用和可更新应用的管理功能,支持卸载和升级操作 2026-01-28 18:14:04 +08:00
Elysia
ac0dc225bc feat(install): add app uninstall functionality 2026-01-26 00:57:15 +08:00
Elysia
bf93059da1 feat(install): 实现安装管理器,支持安装、检查已安装状态和初步卸载功能 2026-01-26 00:12:01 +08:00
Elysia
bdf51a1037 feat(download): 支持重试下载功能并更新相关逻辑 2026-01-25 23:29:58 +08:00
Elysia
50fb1a0065 feat(install): added basis install process
Now it is able to install apps from the render process and properly display logs on the app detial page.
2026-01-25 22:30:39 +08:00