Loading...
Loading...
Compare original and translation side by side
npm install/Applications/Google Chrome.appnpm install/Applications/Google Chrome.appnode scripts/modao-capture.js --url "墨刀原型稿链接" --output "项目目录"node scripts/modao-capture.js --url "Modao prototype link" --output "project directory"| 参数 | 说明 |
|---|---|
| 墨刀原型稿分享链接(必填) |
| 项目根目录路径(必填) |
| 并发处理数量(默认: 3) |
| 截图缩放因子 1-5(默认: 3) |
| Parameter | Description |
|---|---|
| Modao prototype sharing link (required) |
| Project root directory path (required) |
| Number of concurrent processes (default: 3) |
| Screenshot scaling factor 1-5 (default: 3) |
undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedmodao_画布名称/modao_画布名称/
├── README.md # 索引文件
├── 01_首页图1.png # 页面截图
├── 01_首页.md # 页面文档
├── 02_详情页图1.png
├── 02_详情页.md
└── ...modao_<Canvas Name>/modao_<Canvas Name>/
├── README.md # Index file
├── 01_HomePage1.png # Page screenshot
├── 01_HomePage.md # Page document
├── 02_DetailPage1.png
├── 02_DetailPage.md
└── ...undefinedundefined| 序号 | 页面 | 批注数 |
|---|---|---|
| 1 | 首页 | 3 |
| 2 | 详情页 | 0 |
undefined| Serial Number | Page | Number of Comments |
|---|---|---|
| 1 | Home Page | 3 |
| 2 | Detail Page | 0 |
undefinedundefinedundefined

undefinedundefined用户: "抓取这个原型稿 https://modao.cc/proto/xxx/sharing"
Claude:
1. node scripts/modao-capture.js --url "https://modao.cc/proto/xxx/sharing" --output "$(pwd)"
2. 检查输出目录中的 README.md 索引
3. 读取生成的页面文档User: "Capture this prototype https://modao.cc/proto/xxx/sharing"
Claude:
1. node scripts/modao-capture.js --url "https://modao.cc/proto/xxx/sharing" --output "$(pwd)"
2. Check the README.md index in the output directory
3. Read the generated page documentsmodao-capture/
├── .gitignore
├── SKILL.md
├── package.json
└── scripts/
└── modao-capture.js # 主脚本modao-capture/
├── .gitignore
├── SKILL.md
├── package.json
└── scripts/
└── modao-capture.js # Main script