data.js 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. const ificationContent = [
  2. {
  3. title:"有声书",
  4. content:[
  5. {text:"言情"},
  6. {text:"悬疑"},
  7. {text:"都市"},
  8. {text:"幻想"},
  9. {text:"武侠"},
  10. {text:"历史"}
  11. ]
  12. },
  13. {
  14. title:"畅销书",
  15. content:[
  16. {text:"社科"},
  17. {text:"经管"},
  18. {text:"文学"},
  19. {text:"励志"},
  20. {text:"名著"},
  21. {text:"生活"}
  22. ]
  23. },
  24. {
  25. title:"儿童",
  26. content:[
  27. {text:"故事"},
  28. {text:"儿歌"},
  29. {text:"动画"},
  30. {text:"科普"},
  31. {text:"名著"},
  32. {text:"国学"}
  33. ]
  34. },
  35. {
  36. title:"相声评书",
  37. content:[
  38. {text:"单田芳"},
  39. {text:"郭德纲"},
  40. {text:"热门相声"},
  41. {text:"单口相声"},
  42. {text:"名家评书"},
  43. {text:"新锐笑将"}
  44. ]
  45. },
  46. {
  47. title:"情感生活",
  48. content:[
  49. {text:"恋爱技巧"},
  50. {text:"睡前夜话"},
  51. {text:"情绪压力"},
  52. {text:"婚姻家庭"},
  53. {text:"个人成长"},
  54. {text:"心理健康"}
  55. ]
  56. },
  57. {
  58. title:"人文",
  59. content:[
  60. {text:"言情"},
  61. {text:"悬疑"},
  62. {text:"都市"},
  63. {text:"幻想"},
  64. {text:"武侠"},
  65. {text:"历史"}
  66. ]
  67. },
  68. {
  69. title:"历史",
  70. content:[
  71. {text:"言情"},
  72. {text:"悬疑"},
  73. {text:"都市"},
  74. {text:"幻想"},
  75. {text:"武侠"},
  76. {text:"历史"}
  77. ]
  78. },
  79. {
  80. title:"国学书院",
  81. content:[
  82. {text:"言情"},
  83. {text:"悬疑"},
  84. {text:"都市"},
  85. {text:"幻想"},
  86. {text:"武侠"},
  87. {text:"历史"}
  88. ]
  89. },
  90. {
  91. title:"音乐",
  92. content:[
  93. {text:"言情"},
  94. {text:"悬疑"},
  95. {text:"都市"},
  96. {text:"幻想"},
  97. {text:"武侠"},
  98. {text:"历史"}
  99. ]
  100. },
  101. {
  102. title:"英语",
  103. content:[
  104. {text:"言情"},
  105. {text:"悬疑"},
  106. {text:"都市"},
  107. {text:"幻想"},
  108. {text:"武侠"},
  109. {text:"历史"}
  110. ]
  111. },
  112. {
  113. title:"教育培训",
  114. content:[
  115. {text:"言情"},
  116. {text:"悬疑"},
  117. {text:"都市"},
  118. {text:"幻想"},
  119. {text:"武侠"},
  120. {text:"历史"}
  121. ]
  122. },
  123. {
  124. title:"健康养生",
  125. content:[
  126. {text:"言情"},
  127. {text:"悬疑"},
  128. {text:"都市"},
  129. {text:"幻想"},
  130. {text:"武侠"},
  131. {text:"历史"}
  132. ]
  133. },
  134. {
  135. title:"广播剧",
  136. content:[
  137. {text:"言情"},
  138. {text:"悬疑"},
  139. {text:"都市"},
  140. {text:"幻想"},
  141. {text:"武侠"},
  142. {text:"历史"}
  143. ]
  144. },
  145. {
  146. title:"戏曲",
  147. content:[
  148. {text:"言情"},
  149. {text:"悬疑"},
  150. {text:"都市"},
  151. {text:"幻想"},
  152. {text:"武侠"},
  153. {text:"历史"}
  154. ]
  155. },
  156. ]
  157. module.exports = {
  158. ificationContent
  159. }