AIHelper更新

main
zhangaotian 2026-04-08 20:00:52 +08:00
parent e234d08ba3
commit 173a26b23b
2 changed files with 5 additions and 2 deletions

@ -1 +1 @@
Subproject commit e2ee5c35143e716de62d2c53751e37508b45c913 Subproject commit d222c1c1695847af5fcf57f5f01ac67d4515b08d

View File

@ -23,10 +23,13 @@ namespace PhxhSDK
#endregion #endregion
public override void AfterLoginInit() public override void AfterLoginInit()
{
}
public void LoginInit()
{ {
AIHelpSupport.Login(SDKManager.Instance.ApplicationUserID); AIHelpSupport.Login(SDKManager.Instance.ApplicationUserID);
var config = new UserConfig.Builder().SetUserName(SDKManager.Instance.NickName).Build(); var config = new UserConfig.Builder().SetUserName(SDKManager.Instance.NickName).Build();
AIHelpSupport.UpdateUserInfo(config); AIHelpSupport.UpdateUserInfo(config);
} }