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