zjowowen's picture
init space
079c32c
raw
history blame
No virus
93 Bytes
export const STATUS = {
IDLE: 'idle', // 游戏未开始
GAMING: 'gaming', // 游戏中
}