From 5ff1072425194efcb1d128825757435eda07ab56 Mon Sep 17 00:00:00 2001 From: LiuShaoming Date: Fri, 27 Feb 2026 14:39:56 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B5=8B=E8=AF=95VS=E4=B8=8EGit=E7=9A=84?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=96=B9=E5=BC=8F1first=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cowain.Bake.Main/Station/LifeCycleStation.cs | 8 ++++++++ README.md | 0 2 files changed, 8 insertions(+) create mode 100644 README.md diff --git a/Cowain.Bake.Main/Station/LifeCycleStation.cs b/Cowain.Bake.Main/Station/LifeCycleStation.cs index e8059f9..c5995e3 100644 --- a/Cowain.Bake.Main/Station/LifeCycleStation.cs +++ b/Cowain.Bake.Main/Station/LifeCycleStation.cs @@ -26,6 +26,14 @@ namespace Cowain.Bake.Main.Station { _unityContainer = unityContainer; _station = _unityContainer.Resolve().AllStation; + TestGit(1,2); + TestGit(1, 2); + } + + //求最大值 + public int TestGit(int a, int b) + { + return a > b ? a : b; } // 心跳 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29