From 7fb6ed29d0dfcdb92bf1f1ce494eab8d4ce0625c Mon Sep 17 00:00:00 2001 From: luojie Date: Thu, 30 Nov 2023 20:17:49 +0800 Subject: [PATCH] local --- hs-im-server/im-common/im-common.iml | 68 ++++++++++++- hs-im-server/im-service/im-service.iml | 136 ++++++++++++++++++++++++- hs-im-server/im-system.iml | 53 ++++++++++ hs-im-server/im-tcp/im-tcp.iml | 90 +++++++++++++++- 4 files changed, 343 insertions(+), 4 deletions(-) create mode 100644 hs-im-server/im-system.iml diff --git a/hs-im-server/im-common/im-common.iml b/hs-im-server/im-common/im-common.iml index 1daccae..2de4d92 100644 --- a/hs-im-server/im-common/im-common.iml +++ b/hs-im-server/im-common/im-common.iml @@ -1,8 +1,74 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/hs-im-server/im-service/im-service.iml b/hs-im-server/im-service/im-service.iml index 40defed..d1a4a5f 100644 --- a/hs-im-server/im-service/im-service.iml +++ b/hs-im-server/im-service/im-service.iml @@ -1,5 +1,5 @@ - + @@ -7,7 +7,6 @@ - @@ -15,4 +14,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/hs-im-server/im-system.iml b/hs-im-server/im-system.iml new file mode 100644 index 0000000..ea4ee2e --- /dev/null +++ b/hs-im-server/im-system.iml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/hs-im-server/im-tcp/im-tcp.iml b/hs-im-server/im-tcp/im-tcp.iml index 6cf5908..b0433bb 100644 --- a/hs-im-server/im-tcp/im-tcp.iml +++ b/hs-im-server/im-tcp/im-tcp.iml @@ -1,5 +1,5 @@ - + @@ -14,4 +14,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file