Elysia
a3f18bb593
feat(app): add download count display
2026-02-14 23:22:41 +08:00
Elysia
5ac9376200
feat: support download statistics
...
close #15
2026-02-14 23:11:43 +08:00
Elysia
c4ffc880e4
chore(main): clean up temp dir on quit
2026-02-14 19:06:58 +08:00
Elysia
74c4eb4fbc
feat(install): add metalink download support and progress tracking
...
close #12
2026-02-14 00:16:18 +08:00
Elysia
7aeb3d5dd4
feat(theme): add system theme support
...
close #13
2026-02-13 14:49:41 +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
f89b9ebfd9
feat: update application icons and implement tray functionality
2026-01-31 16:37:51 +08:00
Elysia
0ed7f64a21
fix: deep link handling at electron startup
2026-01-31 16:07:15 +08:00
Elysia
5b09dfb3d9
feat(preload): expose architecture detection to renderer process
...
add multiarch support
2026-01-31 10:26:52 +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
de1fe65045
refactor: 添加深度链接处理程序以支持更新、安装和已安装事件
2026-01-30 21:54:51 +08:00
Elysia
fff4a4bd22
refactor: 更新README文档,添加动画性能问题的待办事项;修改安装管理器以使用完整路径查找pkexec命令;删除未使用的下载管理模拟方法
2026-01-30 21:39:50 +08:00
Elysia
681780f712
refactor: 修改开发工具打开模式为分离,优化调试体验;更新ThemeToggle组件样式;删除不再使用的IPC和Node示例代码
2026-01-30 21:31:13 +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
185b4984c6
feat: 更新窗口标题和尺寸,优化按钮样式
2026-01-28 20:59:25 +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
Elysia
22435a5e1b
docs(deeplink): add file header documentation
2026-01-18 00:46:57 +08:00
Elysia
c7b3257a2c
feat(deeplink): implement custom deep link handling and remove electron-app-universal-protocol-client
2026-01-18 00:45:25 +08:00
Elysia
9b17c57c5c
feat: overhaul application to APM 应用商店 with enhanced download management
...
- Removed CHANGELOG.md and electron-vite-vue.gif files.
- Updated LICENSE to reflect new copyright holder.
- Transformed README.md to reflect new project identity and features.
- Introduced DownloadQueue and DownloadDetail components for managing downloads.
- Implemented download simulation and management logic in App.vue.
- Added URL scheme handling in Electron main process.
- Integrated electron-app-universal-protocol-client for protocol handling.
- Updated package.json to include new dependencies.
2026-01-17 23:17:14 +08:00
Yinan Qin
2250f89266
Initial commit
2026-01-17 00:15:37 +08:00