This commit is contained in:
2025-12-26 18:13:15 +08:00
parent 66e6370013
commit 413c147109
32 changed files with 2449 additions and 205 deletions

16
readme.md Normal file
View File

@@ -0,0 +1,16 @@
# 浏览器自动化助手
实现功能,浏览了页面,自动把想要的数据,存储到数据库中,方便后续分析和使用。
## 初始化
```bash
pnpm install
pnpm run init
```
## 启动studio
```bash
pnpm run studio
```