|
@@ -1,18 +1,18 @@
|
|
// 食物种类列表
|
|
// 食物种类列表
|
|
export const foodSpeciesList = [{
|
|
export const foodSpeciesList = [{
|
|
- id: 25,
|
|
|
|
|
|
+ id: 100,
|
|
imgUrl: '/static/images/game/food-img3.png',
|
|
imgUrl: '/static/images/game/food-img3.png',
|
|
credit: 100
|
|
credit: 100
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- id: 50,
|
|
|
|
|
|
+ id: 300,
|
|
imgUrl: '/static/images/game/food-img2.png',
|
|
imgUrl: '/static/images/game/food-img2.png',
|
|
- credit: 200
|
|
|
|
|
|
+ credit: 300
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- id: 100,
|
|
|
|
|
|
+ id: 600,
|
|
imgUrl: '/static/images/game/food-img3.png',
|
|
imgUrl: '/static/images/game/food-img3.png',
|
|
- credit: 300
|
|
|
|
|
|
+ credit: 600
|
|
}
|
|
}
|
|
]
|
|
]
|
|
|
|
|