Commit Graph

22 Commits

Author SHA1 Message Date
duanshuwen
e77c815a86 feat: add new stores for cron, locale, providers, script, shared data, skills, and user info
- Implemented `cron` store to manage scheduled tasks with CRUD operations.
- Created `locale` store for language settings with persistence and system language detection.
- Added `providers` store to handle provider accounts and configurations with API interactions.
- Developed `script` store for managing automation scripts, including recording and execution.
- Introduced `sharedStore` for managing shared data across components.
- Established `skills` store for fetching, installing, and managing skills from a marketplace.
- Created `userinfo` store for user authentication and session management.

chore: update path aliases from `@store` to `@stores` in TypeScript configuration and Vite config
2026-04-15 21:49:25 +08:00
duanshuwen
90a3ff6f77 feat: 修复ts语法报错 2026-04-10 21:32:41 +08:00
duanshuwen
6615d11dd6 chore: restructure project and add i18n support
- Reorganize project structure with new electron and shared directories
- Add comprehensive i18n support with Chinese, English, and Japanese locales
- Update build configurations and TypeScript paths for new structure
- Add various UI components including chat interface and task management
- Include Windows release binaries and localization files
- Update dependencies and fix import paths throughout the codebase
2026-04-06 14:39:06 +08:00
duanshuwen
15a7d115cb feat: 开关房功能开发 2026-03-09 07:39:14 +08:00
DEV_DSW
20e825215f feat: 浏览器自动化操作开发 2026-03-03 17:05:13 +08:00
duanshuwen
7d6b07e092 feat: 合并代码 2025-12-21 20:25:38 +08:00
duanshuwen
11702dc9d2 feat: 合并代码 2025-12-17 22:59:07 +08:00
duanshuwen
aab6ffb174 feat: 语法错误修复 2025-12-09 22:18:36 +08:00
DEV_DSW
b842f946a5 feat: 项目结构优化 2025-12-09 17:02:56 +08:00
DEV_DSW
06ad5ac4b0 feat: 优化项目结构 2025-12-09 15:45:57 +08:00
DEV_DSW
760ee8c83e feat: 新增插件依赖 2025-12-09 14:21:17 +08:00
duanshuwen
14d916187c feat: 新增页面 2025-12-07 14:54:52 +08:00
duanshuwen
0fe4dbe2ab feat: 新增组件 2025-12-06 23:42:48 +08:00
duanshuwen
d0162e3349 feat: 新增分页组件 2025-12-05 13:44:27 +08:00
duanshuwen
c1b6efc1e9 feat: 优化配置 2025-12-01 22:22:37 +08:00
duanshuwen
6013c38fe7 feat: 项目结构调整|新增依赖 2025-11-22 21:17:40 +08:00
duanshuwen
c990ad7bbc feat: 调整项目结构 2025-11-16 16:27:36 +08:00
duanshuwen
7ada85f175 feat: 新增包文件 2025-11-15 22:41:50 +08:00
duanshuwen
98b3651a1b feat: 新增主题|多语言配置 2025-10-12 14:38:18 +08:00
duanshuwen
ebac04b786 feat: 更换应用框架为ElectronFofge 2025-10-12 14:12:29 +08:00
DEV_DSW
bf83e95b7b feat: 调整项目目录结构 2025-09-24 17:15:02 +08:00
duanshuwen
089a86c66b feat: 新增依赖 2025-09-23 18:57:14 +08:00