diff --git a/Haina/Weekly/2024/2024-W23.md b/Haina/Weekly/2024/2024-W23.md index 6637e01..6b55bae 100644 --- a/Haina/Weekly/2024/2024-W23.md +++ b/Haina/Weekly/2024/2024-W23.md @@ -32,22 +32,29 @@ tags: --- -```mermaid +```mermaid --- title: GHHub --- -gitGraph +gitGraph TB: commit commit branch feature/i18n checkout main - commit id: "1.0.5.31" + commit id: "release" tag: "1.0.5.31" checkout feature/i18n commit checkout main - merge feature/i18n - commit id: "机票" + 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: "完成" ```