|
|
@@ -215,7 +215,7 @@ git commit -m "feat: wrap TopBar right slot with CapsuleSafeArea, add min-w-0 fo
|
|
|
- Consumes: `TopBar.vue`(`left` slot + `right` slot + 空 `title`)
|
|
|
- Produces: 无
|
|
|
|
|
|
-- [ ] **Step 1: 替换顶部自定义 header 为 TopBar**
|
|
|
+- [x] **Step 1: 替换顶部自定义 header 为 TopBar**
|
|
|
|
|
|
将模板中第 1-20 行:
|
|
|
|
|
|
@@ -265,7 +265,7 @@ git commit -m "feat: wrap TopBar right slot with CapsuleSafeArea, add min-w-0 fo
|
|
|
</TopBar>
|
|
|
```
|
|
|
|
|
|
-- [ ] **Step 2: 更新 script 导入**
|
|
|
+- [x] **Step 2: 更新 script 导入**
|
|
|
|
|
|
将 `import StatusBar from '@/components/common/StatusBar.vue'` 替换为:
|
|
|
|
|
|
@@ -275,7 +275,7 @@ import TopBar from '@/components/common/TopBar.vue'
|
|
|
|
|
|
删除 `StatusBar` 的导入(`TopBar` 内部已包含 `status-bar` 区域)。
|
|
|
|
|
|
-- [ ] **Step 3: Commit**
|
|
|
+- [x] **Step 3: Commit**
|
|
|
|
|
|
```bash
|
|
|
git add src/components/home/DispatchHome.vue
|