@@ -22,3 +22,4 @@ pnpm-debug.log* | |||||
*.sln | *.sln | ||||
*.sw? | *.sw? | ||||
.7z | .7z | ||||
.zip |
@@ -9,14 +9,22 @@ | |||||
<div class="categoryitem"> | <div class="categoryitem"> | ||||
<el-dropdown trigger="click" @command="handleCommand"> | <el-dropdown trigger="click" @command="handleCommand"> | ||||
<span class="el-dropdown-link"> | <span class="el-dropdown-link"> | ||||
{{ characters == 1 ? "产品能力" : "AllCases" | |||||
{{ characters == 1 ? "产品能力" : "Products" | |||||
}}<i class="el-icon-arrow-down el-icon--right"></i> | }}<i class="el-icon-arrow-down el-icon--right"></i> | ||||
</span> | </span> | ||||
<el-dropdown-menu slot="dropdown"> | <el-dropdown-menu slot="dropdown"> | ||||
<el-dropdown-item command="generate">邃芒慧生</el-dropdown-item> | |||||
<el-dropdown-item command="shadow">邃芒慧影</el-dropdown-item> | |||||
<el-dropdown-item command="live">邃芒慧播</el-dropdown-item> | |||||
<el-dropdown-item command="turing">邃图灵</el-dropdown-item> | |||||
<el-dropdown-item command="generate"> | |||||
{{ characters == 1 ? "邃芒慧生" : "MetaGene" }}</el-dropdown-item | |||||
> | |||||
<el-dropdown-item command="shadow">{{ | |||||
characters == 1 ? "邃芒慧影" : "MetaManeuver" | |||||
}}</el-dropdown-item> | |||||
<el-dropdown-item command="live">{{ | |||||
characters == 1 ? "邃芒慧播" : "MetaStream" | |||||
}}</el-dropdown-item> | |||||
<el-dropdown-item command="turing">{{ | |||||
characters == 1 ? "邃图灵" : "MetaTuring" | |||||
}}</el-dropdown-item> | |||||
</el-dropdown-menu> | </el-dropdown-menu> | ||||
</el-dropdown> | </el-dropdown> | ||||
</div> | </div> | ||||
@@ -48,7 +48,7 @@ | |||||
<div class="titleBox"> | <div class="titleBox"> | ||||
<div class="title"> | <div class="title"> | ||||
{{ | {{ | ||||
characters == 1 ? "文字语音AI驱动" : "Text/Audio AI manipulation" | |||||
characters == 1 ? "文字语音AI驱动" : "Text /Audio AI manipulation" | |||||
}} | }} | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -56,8 +56,8 @@ | |||||
<div class="title_ctn1"> | <div class="title_ctn1"> | ||||
{{ | {{ | ||||
characters == 1 | characters == 1 | ||||
? "文字/语音驱动生成数字人,邃芒技术所呈现的高自然度,以及多语言多种输入方式" | |||||
: "Text/audio manipulate the virtual human created, Metavatar AIGC delivers high resolution, naturally and vividly character moves" | |||||
? "文字/语音驱动生成数字人,邃芒技术所呈现的高自然度,以及多语言多种输入方式," | |||||
: "Text/audio manipulate the virtual human created, Metavatar AIGC delivers high resolution, naturally and vividly character moves." | |||||
}} | }} | ||||
</div> | </div> | ||||
<div class="title_ctn1"> | <div class="title_ctn1"> | ||||
@@ -81,15 +81,15 @@ | |||||
<div class="title_ctn1"> | <div class="title_ctn1"> | ||||
{{ | {{ | ||||
characters == 1 | characters == 1 | ||||
? "中之人驱动数字形象,快速生产各种背景下的视频,短片,影视剧等,让您的数字人轻松进入各种复杂场景" | |||||
: "Metavatar also supports the “中の人“ vtuber manipulation. Generating videos and broadcasting content on demand in any " | |||||
? "中之人驱动数字形象,快速生产各种背景下的视频,短片,影视剧等,让您的数字人轻松进入各种复杂场景," | |||||
: "Metavatar also supports the “中の人“ vtuber manipulation. Generating videos and broadcasting content on demand in any complex cases." | |||||
}} | }} | ||||
</div> | </div> | ||||
<div class="title_ctn1"> | <div class="title_ctn1"> | ||||
{{ | {{ | ||||
characters == 1 | characters == 1 | ||||
? " 为企业在数字内容上提供丰富的体验,大幅节省成本提高生产效率。" | |||||
: "complex cases Provide extremely expenses saving & extendable user experience in digital content producing process ." | |||||
? "为企业在数字内容上提供丰富的体验,大幅节省成本提高生产效率。" | |||||
: "Provide extremely expenses saving & extendable user experience in digital content producing process." | |||||
}} | }} | ||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -280,7 +280,7 @@ | |||||
</div> --> | </div> --> | ||||
<div class="module_9" id="aboutUs"> | <div class="module_9" id="aboutUs"> | ||||
<div class="weBox" @click="goPages('aboutUs')"> | |||||
<div class="weBox"> | |||||
<div class="weText"> | <div class="weText"> | ||||
<div class="conBox"> | <div class="conBox"> | ||||
<div class="title">ABOUT ME</div> | <div class="title">ABOUT ME</div> | ||||