diff --git a/Haina/Weekly/2024/2024-W23.md b/Haina/Weekly/2024/2024-W23.md index 6b55bae..e784404 100644 --- a/Haina/Weekly/2024/2024-W23.md +++ b/Haina/Weekly/2024/2024-W23.md @@ -30,33 +30,6 @@ tags: 1. ---- - -```mermaid ---- -title: GHHub ---- -gitGraph TB: - commit - commit - branch feature/i18n - checkout main - commit id: "release" tag: "1.0.5.31" - checkout feature/i18n - commit - checkout main - merge feature/i18n id: "机票开始" - branch feature/price_manager - checkout main - commit - commit - checkout feature/price_manager - commit - commit - checkout main - merge feature/price_manager id: "完成" - -``` --- diff --git a/Haina/项目/价格平台/价格平台.md b/Haina/项目/价格平台/价格平台.md index 2ee7702..7940fc0 100644 --- a/Haina/项目/价格平台/价格平台.md +++ b/Haina/项目/价格平台/价格平台.md @@ -1,3 +1,38 @@ +--- +Created: 2024-05-31 Fri +--- + 计划上线: 2024.08.01 需求: 2024.06.10 + +```mermaid +--- +title: GHHub 开发管理 +--- +gitGraph TB: + commit + commit + branch feature/i18n + checkout main + commit id: "release" tag: "1.0.5.31" + branch bug/x1 + commit + 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 + checkout main + commit tag: "1.1.0" id: "完成机票" + merge feature/price_manager id: "完成价格" tag: "1.2.0" + commit + +```