Files
zn-ai/README.md
DEV_DSW 79bea4f107 Refactor UUID generation, remove unused logger and encryption utilities, and clean up request handling
- Updated `generateUUID` function for improved readability and performance.
- Deleted `logger.ts`, `other.ts`, `request.ts`, `storage.ts`, `tansParams.ts`, and `validate.ts` as they were no longer needed.
- Simplified TypeScript configuration by removing unnecessary paths and aliases.
- Enhanced Vite configuration for better project structure and maintainability.
2026-04-17 15:38:08 +08:00

345 B
Raw Permalink Blame History

安装依赖

corepack enable
pnpm install

启动开发

pnpm run dev

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

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

多标签功能验证

应用打包加固验证