feature/price_manager
Lei OT 1 year ago
parent d3b53b766b
commit 22aa244f9e

@ -28,3 +28,40 @@ global-highlights-hub.oss-cn-hongkong.aliyuncs.com
反馈表测试链接
http://202.103.68.111:5173/feedback/330948
---
```mermaid
---
title: GHHub 开发管理 - 机票和价格管理
---
gitGraph TB:
commit
commit
branch feature/i18n
checkout main
commit id: "release" tag: "1.0.5.31"
branch bug/x1
commit id: "fix(...): ..."
checkout feature/i18n
commit
commit
checkout main
merge feature/i18n id: "机票开始"
branch feature/price_manager
checkout main
commit
commit
checkout feature/price_manager
commit
commit id: "完成价格"
checkout main
commit tag: "1.1.0" id: "完成机票"
branch pre-release
merge feature/price_manager id: "合并机票+价格" type:HIGHLIGHT
checkout main
merge pre-release id: "合并发布" tag: "1.2.0"
commit
```

Loading…
Cancel
Save