From 3c44d0787a755c5761d858ecba931cbde70b90e2 Mon Sep 17 00:00:00 2001 From: SunChengyong Date: Mon, 1 Jun 2026 12:52:23 +0800 Subject: [PATCH] =?UTF-8?q?B=E7=AB=99=E5=8C=85=E5=90=AF=E5=8A=A8=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E5=B1=8F=E8=94=BD=E8=87=AA=E5=B7=B1=E7=9A=84=E9=9A=90?= =?UTF-8?q?=E7=A7=81=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjectNLD/Assets/Code/Scripts/HotUpdate/GameLauncher.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ProjectNLD/Assets/Code/Scripts/HotUpdate/GameLauncher.cs b/ProjectNLD/Assets/Code/Scripts/HotUpdate/GameLauncher.cs index 1bdeb658419..1614f84847f 100644 --- a/ProjectNLD/Assets/Code/Scripts/HotUpdate/GameLauncher.cs +++ b/ProjectNLD/Assets/Code/Scripts/HotUpdate/GameLauncher.cs @@ -101,6 +101,10 @@ public class GameLauncher : MonoBehaviour bool agreement = PlayerPrefs.GetInt("PrivacyAgreement", 0) == 1; //BIToolinAOT.Instance.TrackEventInAOT("app_open", null); + +#if SDK_BILIBILI + agreement = true; //B站包启动流程屏蔽自己的隐私弹窗 +#endif if (!agreement) // 弹隐私弹窗 {