update:成功vk登陆

This commit is contained in:
2026-01-28 16:12:19 +08:00
parent 13b931eb8e
commit 29bac5b580
7 changed files with 241 additions and 16 deletions

View File

@@ -38,7 +38,9 @@ namespace tysdk
{"google", EAccoutType.hwGoogle},
{"fb", EAccoutType.hwFacebook},
{"tyGuest", EAccoutType.hwGuest},
{"ios13", EAccoutType.Apple}
{"ios13", EAccoutType.Apple},
{"vk.global.app",EAccoutType.hwVkid},
};
private static EAccoutType ConvertAccoutType(string accountType)