25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

71 lines
1.8 KiB

  1. export default eventHandler(() => {
  2. return [
  3. {
  4. id: 0,
  5. name: "L'efondras",
  6. link: "https://leffondras.bandcamp.com/music",
  7. style: [0, 1, 2]
  8. },
  9. {
  10. id: 1,
  11. name: "The kundalini genie",
  12. link: "https://the-kundalini-genie.bandcamp.com",
  13. style: [0, 1, 2]
  14. },
  15. {
  16. id: 2,
  17. name: "Fontaines D.C.",
  18. link: "https://fontainesdc.bandcamp.com",
  19. style: [0, 1, 2]
  20. },
  21. {
  22. id: 3,
  23. name: "Fontanarosa",
  24. link: "https://fontanarosa.bandcamp.com",
  25. style: [0, 1, 2]
  26. },
  27. {
  28. id: 4,
  29. name: "Johnny mafia",
  30. link: "https://johnnymafia.bandcamp.com",
  31. style: [0, 1, 2]
  32. },
  33. {
  34. id: 5,
  35. name: "New candys",
  36. link: "https://newcandys.bandcamp.com",
  37. style: [0, 1, 2]
  38. },
  39. {
  40. id: 6,
  41. name: "Magic shoppe",
  42. link: "https://magicshoppe.bandcamp.com",
  43. style: [0, 1, 2]
  44. },
  45. {
  46. id: 7,
  47. name: "Les jaguars",
  48. link: "https://radiomartiko.bandcamp.com/album/surf-qu-b-cois",
  49. style: [0, 1, 2]
  50. },
  51. {
  52. id: 8,
  53. name: "TRAAMS",
  54. link: "https://traams.bandcamp.com",
  55. style: [0, 1, 2]
  56. },
  57. {
  58. id: 9,
  59. name: "Blue orchid",
  60. link: "https://blue-orchid.bandcamp.com",
  61. style: [0, 1, 2]
  62. },
  63. {
  64. id: 10,
  65. name: "I love UFO",
  66. link: "https://bruitblanc.bandcamp.com",
  67. style: [0, 1, 2]
  68. }
  69. ]
  70. })