Просмотр исходного кода

chore: check off Task 5 progress

xuyunhui 1 неделя назад
Родитель
Сommit
aee6085b5e

+ 3 - 3
docs/superpowers/plans/2026-06-24-weapp-capsule-safearea.md

@@ -371,7 +371,7 @@ git commit -m "feat: SalesHome use TopBar with CapsuleSafeArea for notification
 - Consumes: `TopBar.vue`(`left` slot + `right` slot + 空 `title`)
 - Produces: 无
 
-- [ ] **Step 1: 替换顶部自定义 header 为 TopBar**
+- [x] **Step 1: 替换顶部自定义 header 为 TopBar**
 
 将模板中第 1-19 行:
 
@@ -421,7 +421,7 @@ git commit -m "feat: SalesHome use TopBar with CapsuleSafeArea for notification
     </TopBar>
 ```
 
-- [ ] **Step 2: 更新 script 导入**
+- [x] **Step 2: 更新 script 导入**
 
 将 `import StatusBar from '@/components/common/StatusBar.vue'` 替换为:
 
@@ -429,7 +429,7 @@ git commit -m "feat: SalesHome use TopBar with CapsuleSafeArea for notification
 import TopBar from '@/components/common/TopBar.vue'
 ```
 
-- [ ] **Step 3: Commit**
+- [x] **Step 3: Commit**
 
 ```bash
 git add src/components/home/ConstructionHome.vue

+ 3 - 3
openspec/changes/weapp-capsule-safearea/.comet/subagent-progress.md

@@ -7,8 +7,8 @@
 
 ## Current Task
 
-- Task: Task 4: 改造销售端首页 SalesHome.vue
-- Plan Task Text: "Task 4: 改造销售端首页 SalesHome.vue"
+- Task: Task 5: 改造施工端首页 ConstructionHome.vue
+- Plan Task Text: "Task 5: 改造施工端首页 ConstructionHome.vue"
 - OpenSpec Task Text: "2.1 Update `src/components/home/DispatchHome.vue`, `SalesHome.vue`, `ConstructionHome.vue` to place the notification bell inside `TopBar` right slot."
 - Stage: implementing
 - Review-Fix Round: 0
@@ -18,10 +18,10 @@
 - Task 1: 创建 CapsuleSafeArea.vue 组件(commit a5ccd6e)
 - Task 2: 改造 TopBar.vue 集成 CapsuleSafeArea(commit 5aa4620)
 - Task 3: 改造调度端首页 DispatchHome.vue(commit 903ee6b)
+- Task 4: 改造销售端首页 SalesHome.vue(commit 199700c)
 
 ## Pending Tasks
 
-- Task 5: 改造施工端首页 ConstructionHome.vue
 - Task 6: 改造任务列表页 TaskListView.vue
 - Task 7: 改造排班页 ScheduleView.vue
 - Task 8: 类型检查与构建验证