支持上传logo

This commit is contained in:
2026-05-19 14:17:46 +08:00
parent 0429e9ebfc
commit c3b80943c2
3 changed files with 26 additions and 1 deletions

View File

@@ -13,6 +13,10 @@ class UserData {
/** 游戏描述 */
public description : string = "";
/* 游戏logo */
public logo : string = "";
public logo_back : string = "";
private constructor(){}
static get Instance(){
if(UserData.instance == null){