修改icon和logo
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 634 KiB After Width: | Height: | Size: 534 KiB |
@@ -12,6 +12,9 @@ class UserData {
|
||||
public prize_list : any[] = [];
|
||||
/** 游戏描述 */
|
||||
public description : string = "";
|
||||
/* 游戏logo */
|
||||
public logo : string = "";
|
||||
public logo_back : string = "";
|
||||
|
||||
private constructor(){}
|
||||
static get Instance(){
|
||||
|
||||
Reference in New Issue
Block a user