yyl
2026-02-09 5a4e34c8a85737c0fa5b5775122da31155cbaef3
Main/System/GMCommand/GMInputWin.cs
@@ -45,7 +45,7 @@
        _gmInfoBtn.onClick.AddListener(OnClickGMInfoBtn);
        _clearBtn.onClick.AddListener(OnClickClearBtn);
        achieveJumpTestBtn.AddListener(ClickAchieveJumpBtn);
    }
    }
    protected override void OnPreOpen()
@@ -54,6 +54,11 @@
        _cmdCtrl.OnRefreshCell += RefreshCmdCell;
        _cmdContent.SetActive(false);
    }
    protected override void OnPreClose()
    {
        _cmdCtrl.OnRefreshCell -= RefreshCmdCell;
    }
    protected override void OnOpen()
@@ -121,11 +126,12 @@
        if (_inputCmd.text == null || _inputCmd.text == "" || _inputCmd.text == string.Empty)
            return;
        // if (_inputCmd.text == "HappyXB")
        // {
        //     WindowCenter.Instance.Open<HappyXBWin>();
        //     return;
        // }
        if (_inputCmd.text.StartsWith("GuildID"))
        {
            var id = GuildManager.Instance.DecryptGuildID(_inputCmd.text.Substring(8));
            ServerTipDetails.ReceivePackage("公会ID:" + id);
            return;
        }
        // else if (_inputCmd.text == "TreasureFindHost")
        // {
        //     WindowCenter.Instance.Open<TreasureFindHostWin>();