Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zjowowen
/
gomoku
like
0
Sleeping
App
Files
Files
Community
ae7b31c
gomoku
/
gomoku_server_ui
/
frontend
/
src
/
status.js
zjowowen
init space
079c32c
11 months ago
raw
Copy download link
history
blame
Safe
93 Bytes
export
const
STATUS
= {
IDLE
:
'idle'
,
// 游戏未开始
GAMING
:
'gaming'
,
// 游戏中
}