Files
wecom_it_smart_desk/frontend-agent/package.json
T
Simon bea288e414 feat: 2026-07-11 全量更新 - 代办集成+会议室预定+知识迭代修复+UI统一+Bug修复
== 已部署上线 (9项) ==
- 代办事项真实数据源集成 (企微审批API 8bug修复链)
- H5/坐席端 Logo样式统一+绿色背景
- 视频引导页修复 (localStorage key v2)
- 坐席端 v9 Vue版本修复 (ElMessage._context)
- 截图按钮 v10 修复 (getDisplayMedia user gesture)
- 扫码样式恢复+H5扫码登录跳转修复
- H5截图快捷键提示

== 代码完成待部署 (3项) ==
- 知识迭代3Bug修复 (#8 POST端点/#7 MERGE幂等/#6 过期检查)
- 会议室预定-小鱼易联终端 (40文件, 40/40测试通过)
- IT资产升级审批推送 (asset_service.py)

== 需求文档 (2项) ==
- 坐席端AI辅助消息框-PRD (4项新功能确认)
- 坐席端布局优化建议 v2.0 (7天计划)

== 新增文档 ==
- 日报-2026-07-11.md
- 知识迭代Bug修复报告-20260711.md
- 会议室预定-部署指南.md
- CHANGELOG.md 更新

== 测试 ==
- test_todo_integration.py: 40/40
- test_meetingroom.py: 40/40
- test_bugfix_ki_suggestions.py: 21/21
2026-07-11 23:13:10 +08:00

40 lines
1016 B
JSON

{
"name": "wecom-it-desk-agent",
"version": "1.0.0",
"private": true,
"description": "企微智能IT支持服务台 - 坐席工作台前端",
"engines": {
"node": ">=20.0.0 <21.0.0",
"pnpm": ">=9.0.0"
},
"packageManager": "pnpm@9.15.0",
"scripts": {
"dev": "node --max-old-space-size=4096 ./node_modules/vite/bin/vite.js",
"build": "vite build",
"preview": "vite preview",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.0",
"@vueuse/core": "^14.0.0",
"axios": "^1.7.0",
"cropperjs": "^2.1.1",
"element-plus": "^2.7.0",
"fabric": "^7.4.0",
"html2canvas-pro": "^2.0.4",
"js-web-screen-shot": "^2.0.2",
"pinia": "^2.1.0",
"snapdom": "^0.1.2",
"vue": "^3.4.0",
"vue-router": "^4.3.0",
"vue3-emoji-picker": "^1.1.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^5.5.0",
"vite": "^5.3.0",
"vitest": "^4.1.10",
"vue-tsc": "^2.0.0"
}
}