From aeb19e7879af563140133a6906f94738319caedf Mon Sep 17 00:00:00 2001 From: changyunjia <905640960@qq.com> Date: Mon, 25 May 2026 18:11:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ChillConnect/Helper/GameHelper.cs | 2 +- .../FGUI/Login_05_fui.bytes | Bin 2914 -> 2914 bytes .../ModuleUI/PersonView/PersonViewUI.cs | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ChillConnect/Helper/GameHelper.cs b/Assets/ChillConnect/Helper/GameHelper.cs index 300d1c0..d04ddc3 100644 --- a/Assets/ChillConnect/Helper/GameHelper.cs +++ b/Assets/ChillConnect/Helper/GameHelper.cs @@ -343,7 +343,7 @@ namespace ChillConnect name = GetPlayerInviteCode(); } - name ??= "ChillConnect"; + name ??= "Captain"; return name; diff --git a/Assets/Resources/ChillConnectAssets/FGUI/Login_05_fui.bytes b/Assets/Resources/ChillConnectAssets/FGUI/Login_05_fui.bytes index 7d7d882721f759992a5eeaa1786ea8928e4487c2..a2bea70772b2100098eac4820c9595dffeb73784 100644 GIT binary patch delta 14 VcmaDP_DF1lB{SpR%~s4B8~`gw1iJtL delta 14 VcmaDP_DF1lB{Sp3%~s4B8~`f-1g`)9 diff --git a/Assets/Scripts/ModuleUI/PersonView/PersonViewUI.cs b/Assets/Scripts/ModuleUI/PersonView/PersonViewUI.cs index d77ae97..6b97374 100644 --- a/Assets/Scripts/ModuleUI/PersonView/PersonViewUI.cs +++ b/Assets/Scripts/ModuleUI/PersonView/PersonViewUI.cs @@ -107,7 +107,7 @@ namespace ChillConnect ui.btn_privacy.SetClick(() => { UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.PrivacyUI_Open, 0); }); ui.btn_terms.SetClick(() => { UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.PrivacyUI_Open, 1); }); - ui.btn_official.SetClick(() => { OpenBrowser.OpenURL("https://reddhotcompangost.com"); }); + ui.btn_official.SetClick(() => { OpenBrowser.OpenURL("http://captainsroll.com/"); }); ui.btn_us.SetClick(() => { GameHelper.OpenEmail(); });