From 43ce58f029b79d2c61ffc033d7fed271a51f98fc Mon Sep 17 00:00:00 2001 From: Ma Yuanzheng <> Date: Sun, 12 Nov 2023 11:40:16 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90git=E4=B8=89=E6=96=B9=E5=BA=93?= =?UTF-8?q?=E3=80=91=E6=90=AC=E5=88=B0=E8=87=AA=E5=B7=B1=E7=9A=84=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjectNLD/Packages/manifest.json | 14 +++++++------- ProjectNLD/Packages/packages-lock.json | 16 ++++++++-------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ProjectNLD/Packages/manifest.json b/ProjectNLD/Packages/manifest.json index 8dff7072ce6..5492d07706d 100644 --- a/ProjectNLD/Packages/manifest.json +++ b/ProjectNLD/Packages/manifest.json @@ -1,12 +1,12 @@ { "dependencies": { - "com.code-philosophy.hybridclr": "https://gitee.com/focus-creative-games/hybridclr_unity.git", - "com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask", - "com.taptap.tds.login":"https://github.com/TapTap/TapLogin-Unity.git#3.23.0", - "com.taptap.tds.common":"https://github.com/TapTap/TapCommon-Unity.git#3.23.0", - "com.taptap.tds.bootstrap":"https://github.com/TapTap/TapBootstrap-Unity.git#3.23.0", - "com.leancloud.realtime":"https://github.com/leancloud/csharp-sdk-upm.git#realtime-1.0.2", - "com.leancloud.storage":"https://github.com/leancloud/csharp-sdk-upm.git#storage-1.0.2", + "com.code-philosophy.hybridclr": "http://1.14.122.170:3000/PHXH/hybridclr_unity.git", + "com.cysharp.unitask": "http://1.14.122.170:3000/PHXH/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask", + "com.taptap.tds.login":"http://1.14.122.170:3000/PHXH/TapLogin-Unity.git#3.23.0", + "com.taptap.tds.common":"http://1.14.122.170:3000/PHXH/TapCommon-Unity.git#3.23.0", + "com.taptap.tds.bootstrap":"http://1.14.122.170:3000/PHXH/TapBootstrap-Unity.git#3.23.0", + "com.leancloud.realtime":"http://1.14.122.170:3000/PHXH/csharp-sdk-upm.git#realtime-1.0.2", + "com.leancloud.storage":"http://1.14.122.170:3000/PHXH/csharp-sdk-upm.git#storage-1.0.2", "com.unity.2d.sprite": "1.0.0", "com.unity.2d.tilemap": "1.0.0", "com.unity.addressables": "1.21.18", diff --git a/ProjectNLD/Packages/packages-lock.json b/ProjectNLD/Packages/packages-lock.json index 12d589c39db..43710aa29cd 100644 --- a/ProjectNLD/Packages/packages-lock.json +++ b/ProjectNLD/Packages/packages-lock.json @@ -1,21 +1,21 @@ { "dependencies": { "com.code-philosophy.hybridclr": { - "version": "https://gitee.com/focus-creative-games/hybridclr_unity.git", + "version": "http://1.14.122.170:3000/PHXH/hybridclr_unity.git", "depth": 0, "source": "git", "dependencies": {}, "hash": "febff1c658fa9d76726f3aa25f26ec6d35c1e2e6" }, "com.cysharp.unitask": { - "version": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask", + "version": "http://1.14.122.170:3000/PHXH/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask", "depth": 0, "source": "git", "dependencies": {}, - "hash": "cfe509a55602ba5be6df7fa0468b10298b8a053d" + "hash": "5cc97c7f0085624b6ef57853d70b404440060cef" }, "com.leancloud.realtime": { - "version": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-1.0.2", + "version": "http://1.14.122.170:3000/PHXH/csharp-sdk-upm.git#realtime-1.0.2", "depth": 0, "source": "git", "dependencies": { @@ -24,14 +24,14 @@ "hash": "73c70db9d89e6115776b05badb8239b655a5d212" }, "com.leancloud.storage": { - "version": "https://github.com/leancloud/csharp-sdk-upm.git#storage-1.0.2", + "version": "http://1.14.122.170:3000/PHXH/csharp-sdk-upm.git#storage-1.0.2", "depth": 0, "source": "git", "dependencies": {}, "hash": "beef2954fb0dbe2471952c34a32a5885a427ce9a" }, "com.taptap.tds.bootstrap": { - "version": "https://github.com/TapTap/TapBootstrap-Unity.git#3.23.0", + "version": "http://1.14.122.170:3000/PHXH/TapBootstrap-Unity.git#3.23.0", "depth": 0, "source": "git", "dependencies": { @@ -43,7 +43,7 @@ "hash": "6b25a2d15293009dc2f50db283f42b498eea38c6" }, "com.taptap.tds.common": { - "version": "https://github.com/TapTap/TapCommon-Unity.git#3.23.0", + "version": "http://1.14.122.170:3000/PHXH/TapCommon-Unity.git#3.23.0", "depth": 0, "source": "git", "dependencies": { @@ -53,7 +53,7 @@ "hash": "2d74f084c3a318d946da76e91cbc9b8255e0a864" }, "com.taptap.tds.login": { - "version": "https://github.com/TapTap/TapLogin-Unity.git#3.23.0", + "version": "http://1.14.122.170:3000/PHXH/TapLogin-Unity.git#3.23.0", "depth": 0, "source": "git", "dependencies": {