duanshuwen dfa4388087 refactor: optimize component rendering with memoization and improve state management
- Added memoization to ChatHistoryPanel, ChatMessageList, and TaskBoard components to prevent unnecessary re-renders.
- Refactored HomePage to utilize useMemo for derived state calculations, enhancing performance.
- Updated main.tsx to conditionally render React.StrictMode based on the environment.
- Improved chat and channel store hooks to allow for selector functions, enhancing flexibility in state selection.
- Enhanced streaming message handling in chat store to manage pending deltas more effectively.
- Refactored LoginPage to include animated decorations for improved user experience.
- Implemented lazy loading for routes in the router to optimize initial load time.
2026-04-18 11:05:49 +08:00
2025-12-09 22:18:36 +08:00
2026-04-11 23:17:54 +08:00
2025-12-01 22:16:34 +08:00
2026-04-08 09:19:24 +08:00
2026-04-11 23:17:54 +08:00
2025-10-19 15:29:58 +08:00
2025-10-19 15:29:58 +08:00
2025-12-09 22:18:36 +08:00

安装依赖

corepack enable
pnpm install

启动开发

pnpm run dev

技术验证: 1、Playwright并不能直接启动一个Electron应用 2、Browser Use只能打开本地浏览器

Electron加载Chrome拓展 1、https://juejin.cn/post/6976047817139683364

多标签功能验证

应用打包加固验证

Description
员工PC端应用
Readme 312 MiB
Languages
TypeScript 49%
Vue 34.8%
JavaScript 12.6%
CSS 3%
HTML 0.6%