cull(engine-cleanup): pass-8 phase-2 cascade round 2 after MyPageItemHome stub

This commit is contained in:
gamer147
2026-07-03 22:00:30 -04:00
parent 6cf95bcfd6
commit e9b112d083
52 changed files with 6 additions and 2562 deletions

View File

@@ -10,8 +10,6 @@ public class NtDataTranslateManager
public NtDataTranslateInfo TranslateInfo;
public bool isTranslate;
public string curBindEmail = "";
public const string FIRST_LOOK = "FIRST_LOOK";
@@ -30,11 +28,6 @@ public class NtDataTranslateManager
return instance;
}
public string GetTranslateInfoUrl()
{
return string.Format("{0}{1}", TranslateInfo.serverUrl, "netease_data_transaction/get_email_address");
}
public string GetSetTranslateInfoUrl()
{
return string.Format("{0}{1}", TranslateInfo.serverUrl, "netease_data_transaction/set_email_address");
@@ -54,21 +47,6 @@ public class NtDataTranslateManager
};
}
public void HongKongMacaoUserConfirm()
{
SystemText systemText = Wizard.Data.SystemText;
DialogBase dialogBase = UIManager.GetInstance().CreateDialogClose();
dialogBase.SetTitleLabel(systemText.Get("Account_0142"));
dialogBase.SetText(systemText.Get("Account_0143"));
dialogBase.SetButtonLayout(DialogBase.ButtonLayout.BlueBtn_CancelBtn);
dialogBase.SetSize(DialogBase.Size.M);
dialogBase.SetButtonText(systemText.Get("Common_0001"), systemText.Get("Common_0002"));
dialogBase.onPushButton1 = delegate
{
ConfirmAgreement();
};
}
public void ConfirmAgreement()
{
SystemText systemText = Wizard.Data.SystemText;
@@ -135,20 +113,6 @@ public class NtDataTranslateManager
dialogBase.SetButtonText(TranslateInfo.button_id4);
}
public void ShowRebind()
{
DialogBase dialogBase = UIManager.GetInstance().CreateDialogClose();
dialogBase.SetTitleLabel(TranslateInfo.titleRebind);
dialogBase.SetText(string.Format(TranslateInfo.containRebind, curBindEmail));
dialogBase.SetButtonLayout(DialogBase.ButtonLayout.BlueBtn_CancelBtn);
dialogBase.SetSize(DialogBase.Size.XL);
dialogBase.SetButtonText(TranslateInfo.button_id5, TranslateInfo.button_id6);
dialogBase.onPushButton1 = delegate
{
ShowAddress();
};
}
public void ShowRejectLogin(Action callback = null)
{
DialogBase dialogBase = Dialog.Create(330);