Hanye官网
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

categories-en.json 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. [
  2. {
  3. "id": "1",
  4. "title": "SD Cards",
  5. "description": "SD cards for cameras, camcorders, and other devices",
  6. "image": "/images/categories/sd-card.jpg",
  7. "summary": "High-speed, high-capacity SD cards for professional photography and videography",
  8. "capacities": [
  9. "32GB",
  10. "64GB",
  11. "128GB",
  12. "256GB",
  13. "512GB",
  14. "1TB"
  15. ]
  16. },
  17. {
  18. "id": "2",
  19. "title": "microSD Cards",
  20. "description": "microSD cards for smartphones, tablets, action cameras, and other mobile devices",
  21. "image": "/images/categories/microsd-card.jpg",
  22. "summary": "Compact microSD cards providing additional storage for mobile devices",
  23. "capacities": [
  24. "32GB",
  25. "64GB",
  26. "128GB",
  27. "256GB",
  28. "512GB",
  29. "1TB"
  30. ]
  31. },
  32. {
  33. "id": "3",
  34. "title": "2.5-inch SSD & M.2 SSD",
  35. "description": "Solid state drives for computers, game consoles, and other devices",
  36. "image": "/images/categories/ssd.jpg",
  37. "summary": "High-speed, reliable SSDs providing excellent performance and storage capacity",
  38. "capacities": [
  39. "256GB",
  40. "512GB",
  41. "1TB",
  42. "2TB",
  43. "4TB"
  44. ]
  45. },
  46. {
  47. "id": "4",
  48. "title": "Memory Modules",
  49. "description": "Memory modules for computers, servers, and other devices",
  50. "image": "/images/categories/ram.jpg",
  51. "summary": "High-performance memory modules providing fast data access and processing capabilities",
  52. "capacities": [
  53. "8GB",
  54. "16GB",
  55. "32GB",
  56. "64GB"
  57. ]
  58. },
  59. {
  60. "id": "5",
  61. "title": "Card Readers",
  62. "description": "Devices for reading various types of memory cards",
  63. "image": "/images/categories/card-reader.jpg",
  64. "summary": "Card readers supporting multiple memory card formats, providing fast data transfer",
  65. "capacities": [
  66. "USB 3.0",
  67. "USB 3.1",
  68. "USB-C"
  69. ]
  70. },
  71. {
  72. "id": "6",
  73. "title": "External Enclosures",
  74. "description": "Enclosures for external hard drives and SSDs",
  75. "image": "/images/categories/enclosure.jpg",
  76. "summary": "External enclosures providing convenient storage expansion and data backup solutions",
  77. "capacities": [
  78. "2.5-inch",
  79. "3.5-inch",
  80. "M.2"
  81. ]
  82. }
  83. ]