Files
zn-ai/README.md
2025-12-02 17:04:50 +08:00

31 lines
579 B
Markdown
Raw 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.

# 安装依赖
```
npm install --legacy-peer-deps
```
技术验证:
1、Playwright并不能直接启动一个Electron应用
2、Browser Use只能打开本地浏览器
Electron加载Chrome拓展
1、https://juejin.cn/post/6976047817139683364
# 多标签功能验证
# 应用打包加固验证
# 项目结构
```
├───dist
├───node_modules
├───public
├───src
├───.gitignore
├───electron-builder.json
├───index.html
├───main.js
├───package-lock.json
├───package.json
├───README.md
```