Commit Graph

25 Commits

Author SHA1 Message Date
b3ca2973f1 feat: implement store filter based on launch arguments
- Added a new function to determine the store filter based on the `--no-apm` and `--no-spark` launch arguments.
- Integrated IPC to retrieve the store filter in the main process and updated the Vue component to reflect the selected filter.
- Adjusted logic in the app loading functions to conditionally display apps based on the determined filter.
2026-03-15 11:04:22 +08:00
d206c79c24 fix:通过E2E测试 2026-03-10 00:52:59 +08:00
21ea334e79 feat:修复基础格式问题 2026-03-09 23:56:44 +08:00
21b069d7ef 添加主页功能,支持加载和展示首页数据,包括链接和推荐应用列表 2026-02-25 20:46:28 +08:00
3165304016 修改应用名称 2026-02-19 19:27:19 +08:00
1cf729e7fd 优化启动速度 2026-02-19 19:22:18 +08:00
44a55249db 更换安装指令为 aptss 2026-02-19 18:01:16 +08:00
Elysia
c27c1f1697 feat: add sidebar toggle functionality
Signed-off-by: Elysia <a.elysia@proton.me>
2026-02-17 23:23:20 +08:00
Elysia
d45d5082f4 fix(main): use app.getVersion() for packaged app
Signed-off-by: Elysia <a.elysia@proton.me>
2026-02-17 22:08:51 +08:00
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
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
Elysia
92d1573cf0 feat: 现在仅在有任务时才会到托盘 2026-01-31 20:13:05 +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
681780f712 refactor: 修改开发工具打开模式为分离,优化调试体验;更新ThemeToggle组件样式;删除不再使用的IPC和Node示例代码 2026-01-30 21:31:13 +08:00
Elysia
185b4984c6 feat: 更新窗口标题和尺寸,优化按钮样式 2026-01-28 20:59:25 +08:00
Elysia
bf93059da1 feat(install): 实现安装管理器,支持安装、检查已安装状态和初步卸载功能 2026-01-26 00:12:01 +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
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