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

23 lines
345 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 安装依赖
```bash
corepack enable
pnpm install
```
# 启动开发
```bash
pnpm run dev
```
技术验证:
1、Playwright并不能直接启动一个Electron应用
2、Browser Use只能打开本地浏览器
Electron加载Chrome拓展
1、https://juejin.cn/post/6976047817139683364
# 多标签功能验证
# 应用打包加固验证