docs: full README+INSTALL sync, plugin source field

This commit is contained in:
2026-07-15 04:47:31 +08:00
parent 4fe1b30278
commit de22a9d9cb
3 changed files with 196 additions and 154 deletions

View File

@@ -71,6 +71,7 @@ public class ApiClient {
body.addProperty("email", email);
body.addProperty("game_name", gameName);
body.addProperty("game_uid", gameUid);
body.addProperty("source", "skin");
return request("POST", "/auth/register", body, null);
}