feat: update 2.1.9

This commit is contained in:
2026-04-29 01:36:49 +08:00
parent 1585b91509
commit 8a2f865ad8
76 changed files with 2628 additions and 39 deletions
+1
View File
@@ -231,6 +231,7 @@ func _auth_mode_name(mode: int) -> String:
AuthManager.AuthMode.GOOGLE: return "Google"
AuthManager.AuthMode.APPLE: return "Apple"
AuthManager.AuthMode.FACEBOOK: return "Facebook"
AuthManager.AuthMode.STEAM: return "Steam"
_: return "Guest"
# ─────────────────────────────────────────────────────────────