完善页面
This commit is contained in:
4
common/ball.js
Normal file
4
common/ball.js
Normal file
@ -0,0 +1,4 @@
|
||||
export const BallType = {
|
||||
Tennis: 1, // 网球
|
||||
Basketball: 2 // 篮球
|
||||
}
|
||||
Reference in New Issue
Block a user