basic.js 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. module.exports = {
  2. interest : { //兴趣/爱好
  3. 1 :'Going to Restaurants',
  4. 2 : 'Cooking',
  5. 3 : 'Travel',
  6. 4 : 'Hiking/outdoor activities',
  7. 5 : 'Dancing',
  8. 6 : 'Watching movies',
  9. 7 : 'Shopping',
  10. 8 : 'Having pets',
  11. 9 : 'Reading',
  12. 10 : 'Sports/exercise',
  13. 11 : 'Playing cards/chess',
  14. 12 : 'Music/play instruments',
  15. prefix : 'interests_'
  16. },
  17. viewerInterest : { //男士兴趣/爱好
  18. 1 :'Dining Out',
  19. 2 : 'Cooking',
  20. 3 : 'Traveling',
  21. 4 : 'Hiking/Outdoor Activities',
  22. 5 : 'Dancing',
  23. 6 : 'Watching Movies',
  24. 7 : 'Shopping',
  25. 8 : 'Having Pets',
  26. 9 : 'Reading',
  27. 10 : 'Sports/Workout',
  28. 11 : 'Playing Cards/Chess',
  29. 12 : 'Music/Play Instruments',
  30. prefix : 'interests_'
  31. },
  32. vetoAlbum : {
  33. '1' : 'Poor clarity.',
  34. '2' : 'Contains offensive / abusive content.',
  35. '3' : 'Contains unnecessary contents.',
  36. '4' : 'Contains illegal contents.',
  37. '5' : 'Your face must be clearly shown on the image.',
  38. '6' : 'Photo already in the album.',
  39. '7' : 'Other',
  40. },
  41. vetoAlbumVideo : {
  42. '1' : 'Video already in the album.',
  43. '2' : 'Broadcast does not show up during the video.',
  44. '3' : 'Video length does not meet the requirement.',
  45. '4' : 'Video looks alike with others.',
  46. '5' : 'Video is rotated/unplayable',
  47. '6' : 'Broadcaster’s dress-code/behavior does not meet the requirements',
  48. '7' : 'The appearances of broadcaster in video and photo do not match',
  49. '8' : 'Video is distorted',
  50. '9' : 'No sound in video / audio and video are not synchronized',
  51. '10' : 'Details of broadcaster in video do not match her profile',
  52. '11' : 'Other',
  53. '12' : 'Video resolution too low',
  54. '13' : 'Video contains text/watermarks which do not comply with our requirements',
  55. '14' : 'Video cover does not comply with our requirements',
  56. },
  57. shotsAlbum : {
  58. '1' : 'Poor clarity.',
  59. '2' : 'Contains offensive / abusive content.',
  60. '3' : 'Contains unnecessary contents.',
  61. '4' : 'Contains illegal contents.',
  62. '5' : 'Your face must be clearly shown on the image.',
  63. '6' : 'Photo duplicated.',
  64. '7' : 'Other',
  65. },
  66. shotsAlbumVideo : {
  67. '1' : 'Video already in the album.',
  68. '2' : 'Broadcast does not show up during the video.',
  69. '3' : 'Video length does not meet the requirement.',
  70. '4' : 'Video looks alike with others.',
  71. '5' : 'Video is rotated/unplayable',
  72. '6' : 'Broadcaster’s dress-code/behavior does not meet the requirements',
  73. '7' : 'The appearances of broadcaster in video and photo do not match',
  74. '8' : 'Video is distorted',
  75. '9' : 'No sound in video / audio and video are not synchronized',
  76. '10' : 'Details of broadcaster in video do not match her profile',
  77. '11' : 'Other',
  78. '12' : 'Video resolution too low',
  79. '13' : 'Video contains text/watermarks which do not comply with our requirements',
  80. '14' : 'Video cover does not comply with our requirements',
  81. },
  82. anchor_avatar:'http://192.168.88.17:8817/static/img/default-women-photo.png',
  83. user_avatar:'http://192.168.88.17:8817/static/img/default-man-photo.png',
  84. card_auth_reason_en : {//主播手持身份证審核否决原因
  85. 1 : 'Your face is not clearly visible or it is unidentifiable.',
  86. 2 : 'Your Application form for Broadcasting is not clearly visible or it is unidentifiable.',
  87. 3 : 'The information in your Application form for Broadcasting is incorrect.',
  88. 4 : 'Your Application form for Broadcasting did not show up in the video.',
  89. 5 : 'Other'
  90. },
  91. showType:{
  92. 1:'Singing',
  93. 2:'Dancing',
  94. 3:'Playing instrument',
  95. 4:'Cooking',
  96. 5:'Talk show',
  97. 6:'Sports',
  98. 7:'Outdoor activities',
  99. 8:'Painting',
  100. 9:'Others'
  101. },
  102. showCover:{
  103. 1:'/app_images/deflaut_showcover/origin/singing.jpg',
  104. 2:'/app_images/deflaut_showcover/origin/dancing.jpg',
  105. 3:'/app_images/deflaut_showcover/origin/instrument.jpg',
  106. 4:'/app_images/deflaut_showcover/origin/cooking.jpg',
  107. 5:'/app_images/deflaut_showcover/origin/talkshow.jpg',
  108. 6:'/app_images/deflaut_showcover/origin/sport.jpg',
  109. 7:'/app_images/deflaut_showcover/origin/outdoor.jpg',
  110. 8:'/app_images/deflaut_showcover/origin/painting.jpg',
  111. 9:'/app_images/deflaut_showcover/origin/others.jpg',
  112. },
  113. showDenialReason:{
  114. 1:'Contains offensive / abusive content.',
  115. 2:'Contains unnecessary content.',
  116. 3:'Contains illegal content.',
  117. 4:'Poor clarity of show cover.',
  118. 5:'Cover does not meet the requirement.',
  119. 6:'Other',
  120. },
  121. showStatus:{
  122. 3:'Finished',
  123. 4:'Expired',
  124. 5:'Cancelled',
  125. }
  126. };