constantConfig.js 865 B

123456789101112131415161718192021222324252627282930313233343536
  1. // 食物种类列表
  2. export const foodSpeciesList = [{
  3. id: 25,
  4. imgUrl: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
  5. credit: 100
  6. },
  7. {
  8. id: 50,
  9. imgUrl: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
  10. credit: 200
  11. },
  12. {
  13. id: 100,
  14. imgUrl: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
  15. credit: 300
  16. }
  17. ]
  18. // 大鹅成长阶段
  19. export const gooseGrowthTypeList = [{
  20. id: 0,
  21. imgUrl: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
  22. },
  23. {
  24. id: 1,
  25. imgUrl: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
  26. },
  27. {
  28. id: 2,
  29. imgUrl: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
  30. },
  31. {
  32. id: 3,
  33. imgUrl: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
  34. }
  35. ]