BagTabConfig.json 906 B

12345678910111213141516171819202122232425262728293031323334353637
  1. [
  2. {
  3. "image": "btn_tab_icon_zb.png",
  4. "name": "装 备",
  5. "seq": 2,
  6. "tid": 1,
  7. "typeList": [30, 31, 32, 33, 34, 35]
  8. },
  9. {
  10. "image": "btn_tab_icon_xhp.png",
  11. "name": "道 具",
  12. "seq": 3,
  13. "tid": 2,
  14. "typeList": [70, 71, 72, 74, 200, 201, 202]
  15. },
  16. {
  17. "image": "btn_tab_icon_suip.png",
  18. "name": "碎 片",
  19. "seq": 4,
  20. "tid": 3,
  21. "typeList": [50, 51, 52, 53, 54, 55, 56, 57]
  22. },
  23. {
  24. "image": "btn_tab_icon_all.png",
  25. "name": "全 部",
  26. "seq": 1,
  27. "tid": 4,
  28. "typeList": [30, 31, 32, 33, 34, 35, 50, 51, 52, 53, 54, 55, 56, 57, 70, 71, 72, 73, 74, 75, 100, 200, 201, 202, 18]
  29. },
  30. {
  31. "image": "btn_tab_icon_thlb.png",
  32. "name": "奖 品",
  33. "seq": 5,
  34. "tid": 5,
  35. "typeList": [73, 75, 100, 18]
  36. }
  37. ]