services.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. [
  2. {
  3. "title": "宠物上门",
  4. "categories": [
  5. {
  6. "name": "常规服务",
  7. "items": [
  8. { "name": "宠物接送", "icon": "https://img.icons8.com/?size=100&id=113032&format=png", "type": "transport" },
  9. { "name": "上门喂遛", "icon": "https://img.icons8.com/?size=100&id=E8gQe0tW1O9t&format=png", "type": "feed" },
  10. { "name": "上门洗护", "icon": "https://img.icons8.com/?size=100&id=20817&format=png", "type": "wash" },
  11. { "name": "上门剪指甲", "icon": "https://img.icons8.com/?size=100&id=63655&format=png" },
  12. { "name": "耳朵清洁", "icon": "https://img.icons8.com/?size=100&id=114322&format=png" },
  13. { "name": "局部修剪", "icon": "https://img.icons8.com/?size=100&id=8270&format=png" }
  14. ]
  15. },
  16. {
  17. "name": "增值内容",
  18. "items": [
  19. { "name": "营养指导", "icon": "https://img.icons8.com/?size=100&id=12857&format=png" },
  20. { "name": "代办宠证", "icon": "https://img.icons8.com/?size=100&id=60443&format=png" }
  21. ]
  22. }
  23. ]
  24. },
  25. {
  26. "title": "宠物就医",
  27. "categories": [
  28. {
  29. "name": "诊疗服务",
  30. "items": [
  31. { "name": "在线咨询", "icon": "https://img.icons8.com/?size=100&id=ov9Xp8R0cEa9&format=png" },
  32. { "name": "预约挂号", "icon": "https://img.icons8.com/?size=100&id=15822&format=png" },
  33. { "name": "疫苗预约", "icon": "https://img.icons8.com/?size=100&id=51296&format=png" },
  34. { "name": "驱虫建议", "icon": "https://img.icons8.com/?size=100&id=77861&format=png" }
  35. ]
  36. }
  37. ]
  38. },
  39. {
  40. "title": "宠物殡葬",
  41. "categories": [
  42. {
  43. "name": "人文关怀",
  44. "items": [
  45. { "name": "善后咨询", "icon": "https://img.icons8.com/?size=100&id=Y6v1H88ZPr1e&format=png" },
  46. { "name": "火化服务", "icon": "https://img.icons8.com/?size=100&id=12558&format=png" },
  47. { "name": "骨灰盒定制", "icon": "https://img.icons8.com/?size=100&id=59858&format=png" },
  48. { "name": "骨灰寄托", "icon": "https://img.icons8.com/?size=100&id=15998&format=png" }
  49. ]
  50. }
  51. ]
  52. }
  53. ]