fix: complete v1.2 account and profile P0 fixes

This commit is contained in:
2026-08-10 00:12:53 +08:00
parent 587962f9c9
commit 97ca20413e
14 changed files with 346 additions and 12 deletions
+5 -2
View File
@@ -350,8 +350,11 @@
result.append(outcome, score, timeLine, rating);
root.append(result);
// 刷新右上角用户 Rating 显示
if (typeof loadUser === "function") loadUser();
if (state.user) {
state.user.rating = match.result.rating_after;
updateUserUI();
}
loadUser();
const review = document.createElement("div");
review.className = "realtime-review";