Files
platform-prototype/package.json
T
冯普andClaude Opus 4.6 263b625015 feat: 四端设计总览生成、截图补全与模板工具链完善
- 新增 operator/onsite/professional/employee-app 四端 design-overview.html
- 补全约 30 张弹窗/状态截图,重拍长图(fullPage)
- 新增 design-overview-template.html 模板与 design-overview skill
- index.html 注册设计总览入口、修复 md-viewer 路径
- 删除已迁移的 md-viewer.html 和本地服务器方案文档
- 更新 package.json 依赖与项目背景文档

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-26 18:01:16 +08:00

17 lines
320 B
JSON

{
"name": "platform-prototype",
"version": "1.0.0",
"main": "server.js",
"devDependencies": {
"puppeteer": "^24.43.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}