This commit is contained in:
2025-01-02 00:00:05 +08:00
parent 1df06c791f
commit fdec4ef47b
68 changed files with 63931 additions and 22650 deletions

View File

@@ -51,4 +51,9 @@ export enum GameSet {
COIN_ADD=1,
DEF_RATE=0.5,
HERO_NUM=3,
}
}
export const ColorSet: { [key: string]: string } = {
RED: "ff364d",
BLUE: "04b0f5",
YELLOW: "fed64f"
};