上传UI信息和替换,修正战斗页面的UI处理

This commit is contained in:
YiHan0621
2025-09-26 14:32:52 +08:00
parent 25cf205770
commit eba34c083a
29 changed files with 615 additions and 672 deletions

View File

@@ -128,6 +128,9 @@ namespace TcgEngine.UI
}
}
/// <summary>
/// 添加好友请求
/// </summary>
private async void AddFriend(string fuser)
{
FriendAddRequest req = new FriendAddRequest();
@@ -147,6 +150,9 @@ namespace TcgEngine.UI
}
}
/// <summary>
/// 移除好友请求
/// </summary>
private async void RemoveFriend(string fuser)
{
FriendAddRequest req = new FriendAddRequest();