邃芒官网、邃芒慧影、口播(H5) https://m.metavatar.cc
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

99 lines
3.9 KiB

  1. let oneList= [
  2. {
  3. url: 'https://suimang.oss-accelerate.aliyuncs.com/builtin/static/wap/demo_4.png',
  4. name: '教育',
  5. name_y: 'Education',
  6. des: '创新和丰富的学习体验',
  7. des_y: 'Innovative & richinng the learning experience'
  8. },
  9. {
  10. url: 'https://suimang.oss-accelerate.aliyuncs.com/builtin/static/wap/demo_3.png',
  11. name: '金融',
  12. name_y: 'Finance',
  13. des: '加强客户服务,通过新颖的互动方式与客户搭建沟通桥梁',
  14. des_y: 'Enhance customer service, engage client relations through new innteravtive ways'
  15. },
  16. {
  17. url: 'https://suimang.oss-accelerate.aliyuncs.com/builtin/static/wap/demo_5.png',
  18. name: ' 电商',
  19. name_y: 'E-commerce',
  20. des: '7*24全天候数字员工线上销售和品牌推广',
  21. des_y: '7*24 employee online selling & brands promotion'
  22. },
  23. {
  24. url: 'https://suimang.oss-accelerate.aliyuncs.com/builtin/static/wap/demo_7.png',
  25. name: '零售与品牌',
  26. name_y: 'Retails',
  27. des: '数字广告代言人以前所未有的方式打造品牌',
  28. des_y: 'Branding in a different new way by digital Ads endorsers.'
  29. },
  30. {
  31. url: 'https://suimang.oss-accelerate.aliyuncs.com/builtin/static/wap/demo_1.png',
  32. name: '技术服务',
  33. name_y: 'Avatar tech provider',
  34. des: '可以将创造的数字人形象、行为和全部交互轻松的部署到自己的应用服务中',
  35. des_y: 'Provide all capability of avatar creation, manipulation & interactive of metavatar to deploy them in your own applications.'
  36. },
  37. {
  38. url: 'https://suimang.oss-accelerate.aliyuncs.com/builtin/static/wap/demo_2.png',
  39. name: '娱乐',
  40. name_y: 'Entertaining',
  41. des: '让您在元宇宙中拥有时尚靓丽的数字孪生',
  42. des_y: 'Exiciting etertaning experience by digital twins, stylishing the pictures & video, great looking avatars in metaverse.'
  43. },
  44. {
  45. url: 'https://suimang.oss-accelerate.aliyuncs.com/builtin/static/wap/demo_6.png',
  46. name: '影视特效 ',
  47. name_y: 'Special Effects',
  48. des: '通过Ai技术在电影特效中使用虚拟角色,极大的提高了效率,加强视觉效果',
  49. des_y: 'A.I. technology for avatars deployed in movie special effects, great enhancement of effects production.'
  50. },
  51. {
  52. url: 'https://suimang.oss-accelerate.aliyuncs.com/builtin/static/wap/demo_8.png',
  53. name: '公共服务',
  54. name_y: 'Public Sector',
  55. des: '当人们需要帮助和助手时,数字公共服务人员24*7随时为您的繁重工作待命',
  56. des_y: '24*7 public service employee for repetitive heavy duties, anytime ready when people need help and assistant.'
  57. }
  58. ]
  59. let twoList= [
  60. {
  61. url: 'https://suimang.oss-accelerate.aliyuncs.com/builtin/static/wap/carousel1.png'
  62. },
  63. {
  64. url: 'https://suimang.oss-accelerate.aliyuncs.com/builtin/static/wap/carousel2.png'
  65. },
  66. {
  67. url: 'https://suimang.oss-accelerate.aliyuncs.com/builtin/static/wap/carousel3.png'
  68. }
  69. ]
  70. let threeList= [
  71. {
  72. url: 'https://suimang.oss-accelerate.aliyuncs.com/builtin/static/wap/partner1.png'
  73. },
  74. {
  75. url: 'https://suimang.oss-accelerate.aliyuncs.com/builtin/static/wap/partner2.png'
  76. },
  77. {
  78. url: 'https://suimang.oss-accelerate.aliyuncs.com/builtin/static/wap/partner3.png'
  79. },
  80. {
  81. url: 'https://suimang.oss-accelerate.aliyuncs.com/builtin/static/wap/partner4.png'
  82. },
  83. {
  84. url: 'https://suimang.oss-accelerate.aliyuncs.com/builtin/static/wap/partner5.png'
  85. },
  86. {
  87. // url: 'https://suimang.oss-accelerate.aliyuncs.com/builtin/static/wap/partner6.png'
  88. // url: '@/assets/img/partner6.png'
  89. url: require('../../assets/img/partner6.png')
  90. },
  91. {
  92. // url: 'https://suimang.oss-accelerate.aliyuncs.com/builtin/static/wap/partner7.png'
  93. // url: '@/assets/img/partner7.png'
  94. url: require('../../assets/img/partner7.png')
  95. }
  96. ]
  97. export {oneList,twoList, threeList}