b1dea9a5c2a3ade2064915be0353dc76508c361d
- Added a new task store in `src-react/stores/task.ts` to manage tasks and their statuses. - Implemented functions for creating, executing, and retrying tasks, along with handling task progress and completion. - Introduced persistence for tasks using IPC. - Created utility functions for normalizing room types and building subtasks. - Added a new CSS file for global styles in `src-react/styles.css`. - Created runtime types in `src-react/types/runtime.ts` and exported them. - Updated the main entry points for Vue and React applications to support dynamic framework loading. - Refactored chat model interfaces and utility functions into `src/shared/chat-model.ts`. - Updated TypeScript configuration to include paths for React components and types. - Enhanced Vite configuration to support both Vue and React frameworks.
安装依赖
npm install --legacy-peer-deps
技术验证: 1、Playwright并不能直接启动一个Electron应用 2、Browser Use只能打开本地浏览器
Electron加载Chrome拓展: 1、https://juejin.cn/post/6976047817139683364
多标签功能验证
应用打包加固验证
Description
Languages
TypeScript
49%
Vue
34.8%
JavaScript
12.6%
CSS
3%
HTML
0.6%