|
|
@@ -620,7 +620,7 @@ git commit -m "feat: ScheduleView move today and add-schedule buttons to TopBar
|
|
|
**Interfaces:**
|
|
|
- 验证所有前述修改的 TypeScript 类型正确性
|
|
|
|
|
|
-- [ ] **Step 1: 运行 TypeScript 类型检查**
|
|
|
+- [x] **Step 1: 运行 TypeScript 类型检查**
|
|
|
|
|
|
```bash
|
|
|
npm run type-check
|
|
|
@@ -628,7 +628,7 @@ npm run type-check
|
|
|
|
|
|
Expected: 无错误输出。如有错误,定位到对应文件修复。
|
|
|
|
|
|
-- [ ] **Step 2: 运行微信小程序构建**
|
|
|
+- [x] **Step 2: 运行微信小程序构建**
|
|
|
|
|
|
```bash
|
|
|
npm run build:mp-weixin
|
|
|
@@ -636,7 +636,7 @@ npm run build:mp-weixin
|
|
|
|
|
|
Expected: 构建成功,无错误。
|
|
|
|
|
|
-- [ ] **Step 3: 运行 H5 构建(回归验证)**
|
|
|
+- [x] **Step 3: 运行 H5 构建(回归验证)**
|
|
|
|
|
|
```bash
|
|
|
npm run build:h5
|
|
|
@@ -644,13 +644,12 @@ npm run build:h5
|
|
|
|
|
|
Expected: 构建成功,无错误。确认非微信环境下布局与之前一致。
|
|
|
|
|
|
-- [ ] **Step 4: Commit(如修复了类型错误)**
|
|
|
+- [x] **Step 4: Commit(如修复了类型错误)**
|
|
|
|
|
|
-如果 Step 1 中修复了错误:
|
|
|
+无需修复错误,所有构建命令均已通过。已提交标记提交:
|
|
|
|
|
|
```bash
|
|
|
-git add -A
|
|
|
-git commit -m "fix: resolve TypeScript errors from CapsuleSafeArea integration"
|
|
|
+git commit -m "chore: validation passed for CapsuleSafeArea integration" --allow-empty
|
|
|
```
|
|
|
|
|
|
---
|