From fb58da670b20cadd7eea7b5eef523e2e59a4f658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=96=E7=A0=81=E5=B7=A5=E7=A8=8B=E5=B8=88?= Date: Thu, 20 Aug 2026 03:22:18 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=A1=A5=E8=AE=B0=20B-171=20=E5=B0=8F?= =?UTF-8?q?=E5=9B=9E=E5=BD=92=E4=B8=A4=E6=8F=90=E4=BA=A4=E4=B8=8E=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 记录断网横幅 SafeArea、添加同事独立 Obx 的 SHA、analyze 结果与回退命令。 Co-authored-by: Cursor Co-authored-by: multica-agent --- docs/acceptance/b171-batch1.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/acceptance/b171-batch1.md b/docs/acceptance/b171-batch1.md index 6489a30..453eefc 100644 --- a/docs/acceptance/b171-batch1.md +++ b/docs/acceptance/b171-batch1.md @@ -27,6 +27,18 @@ 回退本轮:从新到旧逐个 `git revert` 上表 SHA(含本验收提交)。 +### B-180/B-181 小回归(本轮) + +| 主题 | SHA | 文件 | +|---|---|---| +| 断网横幅外包 `SafeArea(bottom: false)` | `26d070fbaf40f909f40bc5320c65d81b1b97fb9d` | `mobile-next/lib/pages/home/home_view.dart` | +| 工号提示与发送按钮改回独立 `Obx` | `e355b89204c14708a2d51bee9af84f2227bc71dd` | `mobile-next/lib/company/ui/add_colleague_page.dart` | +| 本轮验收补记 | 本文件当次提交 | `docs/acceptance/b171-batch1.md` | + +回退本轮小回归:`git revert <本验收提交>`,再 `git revert e355b89`,再 `git revert 26d070f`。 + +`dart format` + `flutter analyze`:上述两个 Dart 文件无 issues。未重新打安装包。HTTP 登录与 LiveKit 仍不标为通过。黄色建议未处理。 + ## 越界比对(对比 `e26abad`) 零改动:`mobile/`、`pc-client/src/store/`、`pc-client/src/layout/MainContentWrap.tsx`、`pc-client/src/pages/chat/queryChat/ChatFooter/useSendMessage.ts`、`pc-client/src/pages/chat/queryChat/useHistoryMessageList.tsx`、`account-service/`。