feat: initialize monorepo with package.json for CCW workflow platform

This commit is contained in:
catlog22
2026-02-03 14:42:20 +08:00
parent 5483a72e9f
commit 39b80b3386
267 changed files with 99597 additions and 2658 deletions

View File

@@ -40,6 +40,12 @@
"completed": "已完成",
"updated": "更新于"
},
"taskStatus": {
"pending": "待处理",
"inProgress": "进行中",
"completed": "已完成",
"failed": "失败"
},
"detail": {
"overview": "概览",
"tasks": "任务",