chore: update branch name in project status

This commit is contained in:
pchang718
2026-05-17 01:00:46 +08:00
parent 3c3bda7daa
commit e9dba45626
+3 -3
View File
@@ -36,12 +36,12 @@
- $2r = a2 - a1 - a0$
## 5. 目前 Git 狀態
- **當前分支**`dev-ui-fix-20260515` (已於 2026-05-15 17:46 推送至 GitLab)。
- **同步說明**:此版本已安全儲存在獨立分支,不影響 `main` 分支同事的使用
- **當前分支**`dev-v2-rounding-fix-20260517` (已推送到 origin)。
- **同步說明**:此版本包含了 Rounding 功能、Vite proxy 修復與 production build
- **同事試用指令**
```bash
git fetch
git checkout dev-ui-fix-20260515
git checkout dev-v2-rounding-fix-20260517
```
---