5cc9b86e1fdcffe7e01837245f23d31852dfbbd7
- Refactored types in `Knowledge/types.ts` to introduce new interfaces for document handling. - Added `KnowledgeDocItem`, `KnowledgeDocsListResponse`, `KnowledgeDocsUploadInput`, `KnowledgeDocsUploadResponse`, and `KnowledgeDocsDeleteResponse` for better structure and clarity. - Updated `KnowledgeDocsApiClient` interface to include methods for listing, uploading, and deleting documents. fix: replace deprecated icons in AccountSettingsPanel and SettingMenu - Replaced `CheckCircleIcon` with `CheckCircle` from `lucide-react` in `AccountSettingsPanel.tsx`. - Updated `SettingMenu.tsx` to use `Settings` and `User` from `lucide-react` instead of custom icons. test: add tests for knowledge docs routes and KnowledgePage - Created `knowledge-docs-routes.test.ts` to test API routes for listing, uploading, and deleting knowledge documents. - Added `knowledge-page.test.tsx` to test the rendering and functionality of the KnowledgePage component, including document loading and deletion.
安装依赖
corepack enable
pnpm install
启动开发
pnpm run dev
技术验证: 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%