From 451528f3927eefd5a08dd98168feaf85a3b284a9 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 05 一月 2026 16:06:31 +0800
Subject: [PATCH] 0312 增加渠道独立配置
---
Main/System/PlayerProfile/PlayerProfileWin.cs | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/Main/System/PlayerProfile/PlayerProfileWin.cs b/Main/System/PlayerProfile/PlayerProfileWin.cs
index 45aa211..26a640e 100644
--- a/Main/System/PlayerProfile/PlayerProfileWin.cs
+++ b/Main/System/PlayerProfile/PlayerProfileWin.cs
@@ -38,13 +38,15 @@
btnChangeName.SetListener(() => { UIManager.Instance.OpenWindow<RenameWin>(); });
btnText1.SetListener(() =>
{
- GameAgeWarnWin.data = 1;
- UIManager.Instance.OpenWindow<GameAgeWarnWin>();
+ // GameAgeWarnWin.data = 1;
+ // UIManager.Instance.OpenWindow<GameAgeWarnWin>();
+ SDKUtils.Instance.OpenUrl(OPConfigConfig.Get("yhxy").content);
});
btnText2.SetListener(() =>
{
- GameAgeWarnWin.data = 2;
- UIManager.Instance.OpenWindow<GameAgeWarnWin>();
+ // GameAgeWarnWin.data = 2;
+ // UIManager.Instance.OpenWindow<GameAgeWarnWin>();
+ SDKUtils.Instance.OpenUrl(OPConfigConfig.Get("yszc").content);
});
avatarCell.redpoint.redpointId = MainRedDot.PhantasmPavilionRepoint;
avatarCell.SetListener(() =>
--
Gitblit v1.8.0