fix:1、删除部分不用的资源代码。2、a面修复bug

This commit is contained in:
barry
2026-04-28 18:42:00 +08:00
parent 70d45d4705
commit cc12dffbaa
417 changed files with 36736 additions and 40575 deletions
@@ -104,6 +104,32 @@ namespace SGModule.NetKit {
public LoginModel LoginModel => _loginModel;
//
// public LoginModel LoginModel {
// get {
// if (_loginModel == null) {
// _loginModel = new LoginModel {
// CdnURL = string.Empty,
// Country = string.Empty,
// DebugLog = true,
// Enwp = 0,
// ExpiresAt = 0,
// InviteCode = string.Empty,
// IsMagic = false,
// LastLoginTime = 0,
// LoginTime = 0,
// NewPlayer = false,
// PlayData = string.Empty,
// PlayDataVer = 0,
// RegTime = 0,
// Setting = string.Empty,
// Token = string.Empty,
// Uid = 0
// };
// }
// return _loginModel;
// }
// }
public bool LoginSuccess => _loginSuccess;