|
|
@@ -447,7 +447,7 @@ git commit -m "feat: ConstructionHome use TopBar with CapsuleSafeArea for notifi
|
|
|
- Consumes: `TopBar.vue`(`:title` prop + `right` slot)
|
|
|
- Produces: 无
|
|
|
|
|
|
-- [ ] **Step 1: 替换顶部自定义标题栏为 TopBar**
|
|
|
+- [x] **Step 1: 替换顶部自定义标题栏为 TopBar**
|
|
|
|
|
|
将模板中第 1-15 行:
|
|
|
|
|
|
@@ -486,7 +486,7 @@ git commit -m "feat: ConstructionHome use TopBar with CapsuleSafeArea for notifi
|
|
|
</TopBar>
|
|
|
```
|
|
|
|
|
|
-- [ ] **Step 2: 更新 script 导入**
|
|
|
+- [x] **Step 2: 更新 script 导入**
|
|
|
|
|
|
将 `import StatusBar from '@/components/common/StatusBar.vue'` 替换为:
|
|
|
|
|
|
@@ -494,7 +494,7 @@ git commit -m "feat: ConstructionHome use TopBar with CapsuleSafeArea for notifi
|
|
|
import TopBar from '@/components/common/TopBar.vue'
|
|
|
```
|
|
|
|
|
|
-- [ ] **Step 3: Commit**
|
|
|
+- [x] **Step 3: Commit**
|
|
|
|
|
|
```bash
|
|
|
git add src/components/task/TaskListView.vue
|