积分版本修改。

This commit is contained in:
2026-07-30 17:21:59 +08:00
parent 3fabddfd8b
commit fd2883d5f1
7 changed files with 1645 additions and 507 deletions

View File

@@ -17,6 +17,9 @@ class UserData {
public logo : string = "";
public logo_back : string = "";
/* 当前积分*/
public prize_amount : number = 0;
private constructor(){}
static get Instance(){
if(UserData.instance == null){