|
|
|
@ -44,6 +44,7 @@ http://202.103.68.111:5173/feedback/330948
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```mermaid
|
|
|
|
|
---
|
|
|
|
|
title: GHHub 开发管理 - 机票和价格管理
|
|
|
|
@ -51,6 +52,7 @@ title: GHHub 开发管理 - 机票和价格管理
|
|
|
|
|
gitGraph TB:
|
|
|
|
|
commit
|
|
|
|
|
commit
|
|
|
|
|
branch release
|
|
|
|
|
branch feature/i18n
|
|
|
|
|
checkout main
|
|
|
|
|
commit id: "release" tag: "1.0.5.31"
|
|
|
|
@ -65,16 +67,19 @@ gitGraph TB:
|
|
|
|
|
checkout main
|
|
|
|
|
commit
|
|
|
|
|
commit
|
|
|
|
|
commit id: "账户体系"
|
|
|
|
|
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
|
|
|
|
|
commit
|
|
|
|
|
commit
|
|
|
|
|
checkout main
|
|
|
|
|
merge pre-release id: "合并发布" tag: "1.2.0"
|
|
|
|
|
merge feature/price_manager id: "合并价格" type:HIGHLIGHT
|
|
|
|
|
commit
|
|
|
|
|
commit
|
|
|
|
|
commit tag: "2.0.0" id: "完成机票"
|
|
|
|
|
commit
|
|
|
|
|
commit
|
|
|
|
|
commit id: "pre-release" tag: "pre-release" type:HIGHLIGHT
|
|
|
|
|
commit
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|