From ea38cf40366ef4b1787f772b6ece74f64ac96ea1 Mon Sep 17 00:00:00 2001 From: WenJY Date: Wed, 21 May 2025 16:57:16 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20git=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + .idea/.idea.Sln.Iot/.idea/encodings.xml | 4 ++++ .idea/.idea.Sln.Iot/.idea/indexLayout.xml | 8 +++++++ .../.idea/projectSettingsUpdater.xml | 7 ++++++ .idea/.idea.Sln.Iot/.idea/vcs.xml | 6 +++++ .idea/.idea.Sln.Iot/.idea/workspace.xml | 23 +++++++++++++++++++ Sln.Iot/Program.cs | 3 +++ 7 files changed, 52 insertions(+) create mode 100644 .idea/.idea.Sln.Iot/.idea/encodings.xml create mode 100644 .idea/.idea.Sln.Iot/.idea/indexLayout.xml create mode 100644 .idea/.idea.Sln.Iot/.idea/projectSettingsUpdater.xml create mode 100644 .idea/.idea.Sln.Iot/.idea/vcs.xml create mode 100644 .idea/.idea.Sln.Iot/.idea/workspace.xml diff --git a/.gitignore b/.gitignore index 9491a2f..e37e314 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ bld/ # Visual Studio 2015/2017 cache/options directory .vs/ +.idea/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ diff --git a/.idea/.idea.Sln.Iot/.idea/encodings.xml b/.idea/.idea.Sln.Iot/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.Sln.Iot/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.Sln.Iot/.idea/indexLayout.xml b/.idea/.idea.Sln.Iot/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.Sln.Iot/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.Sln.Iot/.idea/projectSettingsUpdater.xml b/.idea/.idea.Sln.Iot/.idea/projectSettingsUpdater.xml new file mode 100644 index 0000000..64af657 --- /dev/null +++ b/.idea/.idea.Sln.Iot/.idea/projectSettingsUpdater.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/.idea.Sln.Iot/.idea/vcs.xml b/.idea/.idea.Sln.Iot/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.Sln.Iot/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/.idea.Sln.Iot/.idea/workspace.xml b/.idea/.idea.Sln.Iot/.idea/workspace.xml new file mode 100644 index 0000000..e732232 --- /dev/null +++ b/.idea/.idea.Sln.Iot/.idea/workspace.xml @@ -0,0 +1,23 @@ + + + + + + + \ No newline at end of file diff --git a/Sln.Iot/Program.cs b/Sln.Iot/Program.cs index c34cc9e..56010d7 100644 --- a/Sln.Iot/Program.cs +++ b/Sln.Iot/Program.cs @@ -11,6 +11,9 @@ using TouchSocket.Sockets; namespace Sln.Iot { + /// + /// + /// internal class Program { public static IServiceProvider? ServiceProvider = null;