Commit Graph

59 Commits

Author SHA1 Message Date
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