congzc 1 год назад
Родитель
Сommit
02cee2b66b
5 измененных файлов: 382 добавлений и 363 удалений
  1. Двоичные данные
      src/assets/img/partner6.png
  2. Двоичные данные
      src/assets/img/partner7.png
  3. +243
    -244
      src/components/common/top.vue
  4. +41
    -31
      src/components/home/home.vue
  5. +98
    -88
      src/components/home/load.js

Двоичные данные
src/assets/img/partner6.png Просмотреть файл

До После
Ширина: 536  |  Высота: 148  |  Размер: 13 KiB

Двоичные данные
src/assets/img/partner7.png Просмотреть файл

До После
Ширина: 480  |  Высота: 480  |  Размер: 47 KiB

+ 243
- 244
src/components/common/top.vue Просмотреть файл

@@ -1,244 +1,243 @@
<template>
<div class="topBox">
<div class="logoBox" @click="go('/')">
<img src="../../assets/img/LOGO1.png" alt class="logo" />
<!-- <div class="logoTitle">metavatar</div> -->
</div>
<!-- <div class="categoryBox">
<div class="categoryitem">{{characters==1?'产品能力':'Product'}}</div>
<div class="categoryitem">{{characters==1?'创新技术':'technology'}}</div>
<div class="categoryitem">{{characters==1?'解决方案':'Solutions'}}</div>
<div class="categoryitem">{{characters==1?'精选案例':'Cases'}}</div>
<div class="categoryitem" @click="go('/aboutUs')">{{characters==1?'关于我们':'About us'}}</div>
</div>-->
<div class="cutBox">
<div class="en">
<div class="more" @click="showPopup">
<div class="wire"></div>
<div class="wire"></div>
<div class="wire"></div>
</div>

<!-- <el-select v-model="charactersMy" placeholder="请选择" @change="change">
<el-option
v-for="item in languageLsit"
:key="item.value"
:label="item.name"
:value="item.value"
>
<div class>
<img
:src="item.url"
alt
class="cutImg"
>
<span>{{item.name}}</span>
</div>
</el-option>
</el-select> -->
</div>
</div>

<div @click="goLogin">
<img class="userImg" src="../../assets/img/user center.png" alt="" />
</div>

<van-popup
v-model="show"
position="top"
:style="{
width: '70%',
height: '90%',
'background-color': 'rgb(255, 255, 255,0)',
'margin-top': '10%',
}"
>
<div class="goItem">{{ characters == 1 ? "产品能力" : "Product" }}</div>
<div class="goItem">
{{ characters == 1 ? "创新技术" : "Technology" }}
</div>
<div class="goItem">{{ characters == 1 ? "解决方案" : "Solutions" }}</div>
<!-- <div class="goItem">{{characters==1?'精选案例':'Cases'}}</div> -->
<div class="goItem" @click="go('/aboutUs')">
{{ characters == 1 ? "关于我们" : "About us" }}
</div>
<div class="languageImgBox" @click="change(1)">
<img src="../../assets/img/cn.jpeg" alt class="cutImg" />
</div>
<div class="languageImgBox" @click="change(2)">
<img src="../../assets/img/en.jpg" alt class="cutImg" />
</div>
</van-popup>
</div>
</template>
<script>
import Vue from "vue";
import { Popup } from "vant";

Vue.use(Popup);
import { mapState, mapActions } from "vuex";
export default {
name: "top",
data() {
return {
show: false,
languageLsit: [
{
name: "Cn",
value: 1,
url: require("../../assets/img/cn.jpeg"),
},
{
name: "En",
value: 2,
url: require("../../assets/img/en.jpg"),
},
],
charactersMy: 1,
};
},
watch: {
// languageLsit(newVal) {
// this.setCharacters([
// {
// name: "Cn",
// value: 1
// },
// {
// name: "En",
// value: 2
// }
// ]);
// }
},
computed: {
...mapState({
characters: (state) => state.publicObj.characters,
}),
},
methods: {
...mapActions(["setCharacters"]),

showPopup() {
this.show = true;
},
change(value) {
this.setCharacters(value);
this.show = false;
},
go(url) {
this.$router.push(url);
},
goLogin() {
console.log(111);
this.$router.push("/login");
},
},
mounted() {
console.log(this.languageLsit, "characters");
},
};
</script>

<style lang="scss" scoped>
.goItem {
margin: 20px;
color: #fff;
font-size: 14px;
}

.languageImgBox {
margin: 10px 0 0 20px;
overflow: hidden;
img {
width: 25px;
height: 25px;
border-radius: 50px;
border: 1px #fff solid;
}
}
.topBox {
width: 100%;
height: 30px;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
z-index: 100;
}
.logoBox {
// margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
float: left;
overflow: hidden;
cursor: pointer;
}
.logo {
float: left;
width: 120px;
height: 32px;
}
.logoTitle {
float: left;
line-height: 15px;
margin-left: 5px;
font-size: 14px;
}
.categoryBox {
height: 15px;
width: 40%;
float: left;
margin-top: 10px;
margin-left: 10px;
display: flex;
justify-content: space-between;
}
.categoryitem {
// line-height: 13px;
color: #7d7d7d;
font-size: 13px;
cursor: pointer;
}
.cutBox {
float: right;
margin-top: 6px;
margin-right: 25px;
// overflow: hidden;
cursor: pointer;
}
.cutImg {
width: 30px;
height: 20px;
float: left;
margin-top: 6px;
margin-right: 10px;
}
.en {
float: left;
font-size: 15px;
}
.userImg {
float: right;
width: 30px;
height: 30px;
margin-top: 3px;
margin-right: 10px;
}
.more {
width: 25px;
height: 20px;
// background-color: aquamarine;
overflow: hidden;
margin-right: -15px;
}
.wire {
width: 20px;
height: 1px;
background-color: #fff;
margin-top: 5px;
}
.el-select {
width: 120px;
}
</style>
<template>
<div class="topBox">
<div class="logoBox" @click="go('/')">
<img src="../../assets/img/LOGO1.png" alt class="logo" />
<!-- <div class="logoTitle">metavatar</div> -->
</div>
<!-- <div class="categoryBox">
<div class="categoryitem">{{characters==1?'产品能力':'Product'}}</div>
<div class="categoryitem">{{characters==1?'创新技术':'technology'}}</div>
<div class="categoryitem">{{characters==1?'解决方案':'Solutions'}}</div>
<div class="categoryitem">{{characters==1?'精选案例':'Cases'}}</div>
<div class="categoryitem" @click="go('/aboutUs')">{{characters==1?'关于我们':'About us'}}</div>
</div>-->
<div class="cutBox">
<div class="en">
<div class="more" @click="showPopup">
<div class="wire"></div>
<div class="wire"></div>
<div class="wire"></div>
</div>
<!-- <el-select v-model="charactersMy" placeholder="请选择" @change="change">
<el-option
v-for="item in languageLsit"
:key="item.value"
:label="item.name"
:value="item.value"
>
<div class>
<img
:src="item.url"
alt
class="cutImg"
>
<span>{{item.name}}</span>
</div>
</el-option>
</el-select> -->
</div>
</div>
<div @click="goLogin">
<img class="userImg" src="../../assets/img/user center.png" alt="" />
</div>
<van-popup
v-model="show"
position="top"
:style="{
width: '70%',
height: '90%',
'background-color': 'rgb(255, 255, 255,0)',
'margin-top': '10%'
}">
<div class="goItem">{{ characters == 1 ? '产品能力' : 'Product' }}</div>
<div class="goItem">
{{ characters == 1 ? '创新技术' : 'Technology' }}
</div>
<div class="goItem">{{ characters == 1 ? '解决方案' : 'Solutions' }}</div>
<!-- <div class="goItem">{{characters==1?'精选案例':'Cases'}}</div> -->
<div class="goItem" @click="go('/aboutUs')">
{{ characters == 1 ? '关于我们' : 'About us' }}
</div>
<div class="languageImgBox" @click="change(1)">
<img src="../../assets/img/cn.jpeg" alt class="cutImg" />
</div>
<div class="languageImgBox" @click="change(2)">
<img src="../../assets/img/en.jpg" alt class="cutImg" />
</div>
</van-popup>
</div>
</template>
<script>
import Vue from 'vue';
import { Popup } from 'vant';
Vue.use(Popup);
import { mapState, mapActions } from 'vuex';
export default {
name: 'top',
data() {
return {
show: false,
languageLsit: [
{
name: 'Cn',
value: 1,
url: require('../../assets/img/cn.jpeg')
},
{
name: 'En',
value: 2,
url: require('../../assets/img/en.jpg')
}
],
charactersMy: 1
};
},
watch: {
// languageLsit(newVal) {
// this.setCharacters([
// {
// name: "Cn",
// value: 1
// },
// {
// name: "En",
// value: 2
// }
// ]);
// }
},
computed: {
...mapState({
characters: state => state.publicObj.characters
})
},
methods: {
...mapActions(['setCharacters']),
showPopup() {
this.show = true;
},
change(value) {
this.setCharacters(value);
this.show = false;
},
go(url) {
this.$router.push(url);
},
goLogin() {
console.log(111);
this.$router.push('/login');
}
},
mounted() {
console.log(this.languageLsit, 'characters');
}
};
</script>
<style lang="scss" scoped>
.goItem {
margin: 20px;
color: #fff;
font-size: 14px;
}
.languageImgBox {
margin: 10px 0 0 20px;
overflow: hidden;
img {
width: 25px;
height: 25px;
border-radius: 50px;
border: 1px #fff solid;
}
}
.topBox {
width: 100%;
height: 30px;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
z-index: 100;
}
.logoBox {
// margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
float: left;
overflow: hidden;
cursor: pointer;
}
.logo {
float: left;
width: 120px;
height: 32px;
}
.logoTitle {
float: left;
line-height: 15px;
margin-left: 5px;
font-size: 14px;
}
.categoryBox {
height: 15px;
width: 40%;
float: left;
margin-top: 10px;
margin-left: 10px;
display: flex;
justify-content: space-between;
}
.categoryitem {
// line-height: 13px;
color: #7d7d7d;
font-size: 13px;
cursor: pointer;
}
.cutBox {
float: right;
margin-top: 6px;
margin-right: 25px;
// overflow: hidden;
cursor: pointer;
}
.cutImg {
width: 30px;
height: 20px;
float: left;
margin-top: 6px;
margin-right: 10px;
}
.en {
float: left;
font-size: 15px;
}
.userImg {
float: right;
width: 30px;
height: 30px;
margin-top: 3px;
margin-right: 10px;
}
.more {
width: 25px;
height: 20px;
// background-color: aquamarine;
overflow: hidden;
margin-right: -15px;
}
.wire {
width: 20px;
height: 1px;
background-color: #fff;
margin-top: 5px;
}
.el-select {
width: 120px;
}
</style>

+ 41
- 31
src/components/home/home.vue Просмотреть файл

@@ -50,7 +50,7 @@
<div class="md1" id="md1"></div>
</div>
<div v-if="loading" class="module_2" id="module_2">
<div v-if="loading" class="module_2" id="module_2" style="text-align: center">
<div class="title">
{{ characters == 1 ? '文字语音AI驱动' : 'Text/Audio AI manipulation' }}
</div>
@@ -58,16 +58,15 @@
<div class="title_ctn">
{{
characters == 1
? '文字/语音驱动生成数字人,邃芒技术所呈现的高自然度,以及多语言多种输入方式'
: 'Text/audio manipulate the virtual human created, Metavatar AIGC delivers high resolution, naturally and vividly character moves.'
? '文字/语音驱动生成数字人,邃芒技术所呈现的高自然度,以及多语言多种输入方式'
: 'Text/Audio manipulates the virtual human by supporting users to input different languages text'
}}
</div>
<div class="title_ctn">
{{
characters == 1
? '让您的数字人可以快速进行内容生产,真正实现智能全自动的内容生产(AIGC)。'
: 'supporting multiple languages and inputs, generating digital content, bring new intelligence experience far more exciting than before .'
}}
{{ characters == 1 ? '让您的数字人可以快速进行内容生产,真正实现智能全自动的内容生产(AIGC)' : 'Metavatar AIGC pipline delivers high resolution, naturally and vividly character moves.' }}
</div>
<div class="title_ctn" v-if="characters != 1">
{{ 'All in few minutes, bring new intelligence experience far more exciting than ever' }}
</div>
<div class="title_btn" @click="goLogin">
{{ characters == 1 ? '立刻体验' : 'Try it now' }}
@@ -83,20 +82,19 @@
</div>-->
</div>
<div v-if="loading" class="module_2" id="module_2">
<div v-if="loading" class="module_2" id="module_2" style="text-align: center">
<div class="title">
{{ characters == 1 ? '中之人驱动' : '“中の人”manipulation' }}
</div>
<div class="xian"></div>
<div class="title_ctn">
{{
characters == 1
? '中之人驱动数字形象,快速生产各种背景下的视频,短片,影视剧等,让您的数字人轻松进入各种复杂场景,'
: 'Metavatar also supports the “中の人“ vtuber manipulation. Generating videos and broadcasting content on demand in any complex cases.'
}}
{{ characters == 1 ? '中之人驱动数字形象,快速生产各种背景下的视频,短片,影视剧等,让您的数字人轻松进' : 'Metavatar also supports the “中の人“ vtuber manipulation' }}
</div>
<div class="title_ctn">
{{ characters == 1 ? '为企业在数字内容上提供丰富的体验,大幅节省成本提高生产效率。' : 'Provide extremely expenses saving & extendable user experience in digital content producing process.' }}
{{ characters == 1 ? '入各种复杂场景,为企业在数字内容上提供丰富的体验,大幅节省成本提高生产效率' : 'Generating videos and broadcasting content on demand in any complex cases' }}
</div>
<div class="title_ctn" v-if="characters != 1">
{{ 'Provide cost saving & extendable user experience ifor digital content producation' }}
</div>
<div class="title_btn" @click="goLogin">
{{ characters == 1 ? '立刻体验' : 'Try it now' }}
@@ -118,32 +116,32 @@
<div class="title">
{{ characters == 1 ? '快速 高效 完美' : 'Flexible and Vivid Avatar' }}
</div>
<div class="paragraph">
<div class="paragraph" :style="characters == 1 ? 'text-indent: 2em;' : ''">
{{
characters == 1
? 'MetaGene是邃芒科技自主技术研发的自动化数字人平台,以GAN(生成对抗网络)、NeRF(神经辐射场)、多模态合成技术为基础,并加持NLP与知识图谱能力,建设元宇宙的基础设施。MetaGene 实现无人工干预的形象创造、数字人驱动以及智能交互全流程,通过MetaGene可以实时创造高辨率的虚拟数字人形象,数字分身,并且可以自由的编辑及风格化。'
: 'MetaGene is an automated digital human platform developed by Metavatar. MetaGene is based on GAN (Generative Adversarial Network), NeRF (Neural Radiation Field) and multimodal synthesis technology, combined by NLP and knowledge graph capabilities to build the infrastructure of the Metaverse. '
? 'Metavatar是邃芒科技自主技术研发的自动化数字人平台,以GAN(生成对抗网络)、Stable Diffusion(扩散模型),NeRF(神经辐射场)、多模态合成技术为基础,并加持NLP与知识图谱能力,形成了数字人全链路的AIGC能力. 实现无人工干预的形象创造、数字人驱动, 视频生产以及智能交互全流程。'
: 'Metavatar is an automated digital human platform developed by a group of telant engineers & researchers. Metavatar is based on GAN (Generative Adversarial Network), Stable Diffusion, NeRF (Neural Radiation Field) and multimodal synthesis technology, combined by NLP and knowledge graph capabilities to build a powerful AIGC paltform, Generative images, video, broadcasting automatically.'
}}
</div>
<div class="paragraph" v-if="characters != 1">
User can experiences a completely automatic process of character creation, manipulation and intelligent interaction without any intervention.MetaGene provides high-resolution virtual digital
human , “digital twin”, symbolization characters editable freely rapidly.
<div class="paragraph" v-if="characters != 1" :style="characters == 1 ? 'text-indent: 2em;' : ''">
User can experiences a completely automatic process of character creation, manipulation and intelligent interaction without any intervention.Metavatar provides high-resolution virtual
digital human , “digital twin”, symbolization characters editable freely rapidly.
</div>
<div class="paragraph">
<div class="paragraph" :style="characters == 1 ? 'text-indent: 2em;' : ''">
{{
characters == 1
? 'MetaGene不仅支持通过语音、文字、视频等多种有/无中之人的数字人驱动方式,为用户生成实时的生成高质量的视频内容;还通过先进技术手段降低前端算力依赖,解决直播实时性等复杂场景问题。'
: 'MetaGene not only supports real-time high-quality video content generation for users through voice, text, video and other manipulation approaches; It also reduces the front-end computing power cost and compatible in the complex scenario, such as live broadcast real-time.'
? 'Metavatar 实时创造高辨率的虚拟数字人形象,数字分身,并且可以自由的编辑及风格化。不仅支持通过语音、文字、视频等多种有/无中之人的数字人驱动方式,为用户生成实时的生成高质量的视频内容;还通过先进技术手段降低前端算力依赖,解决直播实时性等复杂场景问题。'
: 'Metavatar not only supports real-time high-quality video content generation for users through voice, text, video and other manipulation approaches; It also reduces the front-end computing power cost and compatible in the complex scenario, such as live broadcast real-time, makes the whole generative digital human quie affordable. '
}}
</div>
<div class="paragraph">
<div class="paragraph" :style="characters == 1 ? 'text-indent: 2em;' : ''">
{{
characters == 1
? 'MetaGene为数字人提供了智能交互的能力,让输出的形象具备智能化互动功能,帮助处理实际业务中的问题,协助完成任务。'
: 'MetaGene provides digital human with the interactive ability, the character will have intelligent interactive functions, help to deal with real world problems in the business and assistance in completing tasks.'
? 'Metavatar 能够赋予数字人智能交互的能力,通过语音文字和用户互动,让输出的形象智能化,帮助处理实际业务中的问题,协助完成各种场景任务。'
: 'Metavatar provides digital human with the interactive ability, the character will have intelligent interactive functions, help to deal with real world problems in the business and assistance in completing tasks.'
}}
</div>
<div class="read_btn" @click="goLogin">
@@ -217,13 +215,13 @@
<div class="title" v-if="characters == 2">ABOUT ME</div>
<div class="title_h" v-if="characters == 1">关于我们</div>
<div :class="characters == 1 ? 'ctn1' : 'ctn'">
{{ characters == 1 ? '北京邃芒科技公司正式成立于2021年8月,团队组建于2018年10月。' : 'Metavatar is founded in August 2021, the team built up in year 2018. ' }}
{{ characters == 1 ? '北京邃芒科技公司正式成立于2021年8月,团队组建于2018年10月。' : 'Metavatar is founded in August 2021, the team built up in year 2018.' }}
</div>
<div :class="characters == 1 ? 'ctn_c1' : 'ctn_c'">
{{
characters == 1
? '3年迭代形成AI技术为基础的数字人全生产流程,拥有业界顶尖AI形象生成和驱动技术,积累了独有的亚洲超现实数字人数据资产,已成功商用于工业级影视、品牌商和直播。团队均来自科研机构及一流院所,拥有来自悉尼科技大学, 北邮,中科院,清华的博士硕士团队和行业内一流人才。'
: "In the past 3 years, Metavatar has iteratively been forming the whole production process of digital human based on AI technology. We own the industry's top AI image generation and driving technology, and has accumulated unique Asian surreal digital human data assets, which have been successfully used in industrial-grade film and television, brand owners and live broadcasts. The team is from scientific research institutions and first-class institutes, with PhD and Masters from the UTS, BUPT , CAS, Tsinghua University and first-class talents in the industry."
: "In the past 3 years, Metavatar has iteratively been forming the whole production process of digital human based on AI technology. We own the industry's top AI image generation and driving technology, and has accumulated unique Asian surreal digital human data assets, which have been successfully used in industrial-grade film and television, brand owners and live broadcasts. The team is from scientific research institutions and first-class institutes, with PhD and Masters from the UTS, BUPT , CAS, Tsinghua University and first-class talents in the industry."
}}
</div>
<div :class="characters == 1 ? 'ctn_c1' : 'ctn_c'">
@@ -297,9 +295,11 @@
</div>
<div class="languageImgBox" @click="change(1)">
<img src="../../assets/img/cn.jpeg" alt class="cutImg" />
中文
</div>
<div class="languageImgBox" @click="change(2)">
<img src="../../assets/img/en.jpg" alt class="cutImg" />
English
</div>
</van-popup>
</div>
@@ -752,6 +752,9 @@ export default {
.languageImgBox {
margin: 10px 0 0 20px;
overflow: hidden;
font-size: 14px;
color: #fff;
line-height: 45px;
img {
width: 25px;
height: 25px;
@@ -1366,7 +1369,7 @@ export default {
text-align: center;
}
font-size: 12px;
text-indent: 2em;
.ctn {
width: 100%;
// font-size: 12px;
@@ -1377,6 +1380,7 @@ export default {
margin-top: 10px;
}
.ctn_c {
// text-indent: 2em;
width: 100%;
// font-size: 12px;
font-family: Microsoft YaHei;
@@ -1386,6 +1390,7 @@ export default {
margin-top: 16px;
}
.ctn1 {
text-indent: 2em;
width: 100%;
// font-size: 12px;
font-family: Microsoft YaHei;
@@ -1395,6 +1400,7 @@ export default {
margin-top: 20px;
}
.ctn_c1 {
text-indent: 2em;
width: 100%;
// font-size: 12px;
font-family: Microsoft YaHei;
@@ -1496,13 +1502,17 @@ export default {
margin: 0 auto;
.cooperationItem0 {
display: flex;
flex-wrap: nowrap;
flex-direction: column;
justify-content: center;
width: 80px;
height: 30px;
margin: 5px 10px;
// margin-left: 100px;
img {
width: 80px;
height: 36px;
max-height: 36px;
}
}
.cooperationItem1 {


+ 98
- 88
src/components/home/load.js Просмотреть файл

@@ -1,89 +1,99 @@
let oneList= [
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/demo_4.png',
name: '教育',
name_y: 'Education',
des: '创新和丰富的学习体验',
des_y: 'Innovative & richinng the learning experience'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/demo_3.png',
name: '金融',
name_y: 'Finance',
des: '加强客户服务,通过新颖的互动方式与客户搭建沟通桥梁',
des_y: 'Enhance customer service, engage client relations through new innteravtive ways'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/demo_5.png',
name: ' 电商',
name_y: 'E-commerce',
des: '7*24全天候数字员工线上销售和品牌推广',
des_y: '7*24 employee online selling & brands promotion'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/demo_7.png',
name: '零售与品牌',
name_y: 'Retails',
des: '数字广告代言人以前所未有的方式打造品牌',
des_y: 'Branding in a different new way by digital Ads endorsers.'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/demo_1.png',
name: '技术服务',
name_y: 'Avatar tech provider',
des: '可以将创造的数字人形象、行为和全部交互轻松的部署到自己的应用服务中',
des_y: 'Provide all capability of avatar creation, manipulation & interactive of metavatar to deploy them in your own applications.'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/demo_2.png',
name: '娱乐',
name_y: 'Entertaining',
des: '让您在元宇宙中拥有时尚靓丽的数字孪生',
des_y: 'Exiciting etertaning experience by digital twins, stylishing the pictures & video, great looking avatars in metaverse.'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/demo_6.png',
name: '影视特效 ',
name_y: 'Special Effects',
des: '通过Ai技术在电影特效中使用虚拟角色,极大的提高了效率,加强视觉效果',
des_y: 'A.I. technology for avatars deployed in movie special effects, great enhancement of effects production.'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/demo_8.png',
name: '公共服务',
name_y: 'Public Sector',
des: '当人们需要帮助和助手时,数字公共服务人员24*7随时为您的繁重工作待命',
des_y: '24*7 public service employee for repetitive heavy duties, anytime ready when people need help and assistant.'
}
]
let twoList= [
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/carousel1.png'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/carousel2.png'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/carousel3.png'
}
]
let threeList= [
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/partner1.png'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/partner2.png'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/partner3.png'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/partner4.png'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/partner5.png'
}
]


let oneList= [
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/demo_4.png',
name: '教育',
name_y: 'Education',
des: '创新和丰富的学习体验',
des_y: 'Innovative & richinng the learning experience'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/demo_3.png',
name: '金融',
name_y: 'Finance',
des: '加强客户服务,通过新颖的互动方式与客户搭建沟通桥梁',
des_y: 'Enhance customer service, engage client relations through new innteravtive ways'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/demo_5.png',
name: ' 电商',
name_y: 'E-commerce',
des: '7*24全天候数字员工线上销售和品牌推广',
des_y: '7*24 employee online selling & brands promotion'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/demo_7.png',
name: '零售与品牌',
name_y: 'Retails',
des: '数字广告代言人以前所未有的方式打造品牌',
des_y: 'Branding in a different new way by digital Ads endorsers.'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/demo_1.png',
name: '技术服务',
name_y: 'Avatar tech provider',
des: '可以将创造的数字人形象、行为和全部交互轻松的部署到自己的应用服务中',
des_y: 'Provide all capability of avatar creation, manipulation & interactive of metavatar to deploy them in your own applications.'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/demo_2.png',
name: '娱乐',
name_y: 'Entertaining',
des: '让您在元宇宙中拥有时尚靓丽的数字孪生',
des_y: 'Exiciting etertaning experience by digital twins, stylishing the pictures & video, great looking avatars in metaverse.'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/demo_6.png',
name: '影视特效 ',
name_y: 'Special Effects',
des: '通过Ai技术在电影特效中使用虚拟角色,极大的提高了效率,加强视觉效果',
des_y: 'A.I. technology for avatars deployed in movie special effects, great enhancement of effects production.'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/demo_8.png',
name: '公共服务',
name_y: 'Public Sector',
des: '当人们需要帮助和助手时,数字公共服务人员24*7随时为您的繁重工作待命',
des_y: '24*7 public service employee for repetitive heavy duties, anytime ready when people need help and assistant.'
}
]
let twoList= [
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/carousel1.png'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/carousel2.png'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/carousel3.png'
}
]
let threeList= [
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/partner1.png'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/partner2.png'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/partner3.png'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/partner4.png'
},
{
url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/partner5.png'
},
{
// url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/partner6.png'
// url: '@/assets/img/partner6.png'
url: require('../../assets/img/partner6.png')
},
{
// url: 'https://suimang.oss-cn-beijing.aliyuncs.com/builtin/static/wap/partner7.png'
// url: '@/assets/img/partner7.png'
url: require('../../assets/img/partner7.png')
}
]
export {oneList,twoList, threeList}

Загрузка…
Отмена
Сохранить