From f26742da0214e26a863883609845015f6d3c219e Mon Sep 17 00:00:00 2001 From: Chunkit Yeung Date: Sun, 26 May 2024 21:58:52 +0800 Subject: [PATCH 1/2] add submodule --- topsky-hotel-manager-system-web-api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topsky-hotel-manager-system-web-api b/topsky-hotel-manager-system-web-api index e36d899..4a89dcf 160000 --- a/topsky-hotel-manager-system-web-api +++ b/topsky-hotel-manager-system-web-api @@ -1 +1 @@ -Subproject commit e36d8990235c5a401b7a299bfe416699cc6afcf1 +Subproject commit 4a89dcfb72e354ffcc4ae7ec6dbb19e4e3486d21 -- Gitee From 8ace33a82bbdafd26deadbd79c46c9e600dfe9a7 Mon Sep 17 00:00:00 2001 From: Chunkit Yeung Date: Sun, 2 Jun 2024 12:04:07 +0800 Subject: [PATCH 2/2] Update MD --- README.en.md | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/README.en.md b/README.en.md index 04792b2..b33072c 100644 --- a/README.en.md +++ b/README.en.md @@ -15,6 +15,8 @@ **Note: The master branch changes with the v2.x version, which significantly differs from the v1.x version. Those interested in the v1.x version can move to the v1.x branch address**: https://gitee.com/java-and-net/TopskyHotelManagerSystem/tree/v1.x/ +**Note: The Net8-breaking branch is currently in an unstable phase. If you wish to experience the program, please do not pull this branch as it has many issues at the moment.** + # :pray: Open Source Projects Referenced: 1. ##### Fody—Packs all dlls into an exe application. [Fody, MIT License](https://github.com/Fody/Fody) diff --git a/README.md b/README.md index e56fd68..e8866d7 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ **注意:目前master分支随v2.x版本变动而变动,v2.x版本与v1.x版本变动极大,因此想要v1.x版本的可移步至v1.x分支地址** : https://gitee.com/java-and-net/TopskyHotelManagerSystem/tree/v1.x/ + **注意:目前Net8-breaking分支处于不稳定阶段,如果你是想体验程序,请不要拉取此分支,因为目前该分支运行存在诸多问题** # :pray: 引用的开源项目: -- Gitee