瀏覽代碼

upload

ctt_ywq
HolyKnightIX 2 年之前
父節點
當前提交
62072a7142
共有 4 個檔案被更改,包括 22 行新增13 行删除
  1. +1
    -0
      .gitignore
  2. 二進制
      dist.zip
  3. +13
    -5
      src/components/common/top.vue
  4. +8
    -8
      src/components/home/home.vue

+ 1
- 0
.gitignore 查看文件

@@ -22,3 +22,4 @@ pnpm-debug.log*
*.sln
*.sw?
.7z
.zip

二進制
dist.zip 查看文件


+ 13
- 5
src/components/common/top.vue 查看文件

@@ -9,14 +9,22 @@
<div class="categoryitem">
<el-dropdown trigger="click" @command="handleCommand">
<span class="el-dropdown-link">
{{ characters == 1 ? "产品能力" : "AllCases"
{{ characters == 1 ? "产品能力" : "Products"
}}<i class="el-icon-arrow-down el-icon--right"></i>
</span>
<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>
</div>


+ 8
- 8
src/components/home/home.vue 查看文件

@@ -48,7 +48,7 @@
<div class="titleBox">
<div class="title">
{{
characters == 1 ? "文字语音AI驱动" : "Text/Audio AI manipulation"
characters == 1 ? "文字语音AI驱动" : "Text /Audio AI manipulation"
}}
</div>
</div>
@@ -56,8 +56,8 @@
<div class="title_ctn1">
{{
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 class="title_ctn1">
@@ -81,15 +81,15 @@
<div class="title_ctn1">
{{
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 class="title_ctn1">
{{
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>
@@ -280,7 +280,7 @@
</div> -->

<div class="module_9" id="aboutUs">
<div class="weBox" @click="goPages('aboutUs')">
<div class="weBox">
<div class="weText">
<div class="conBox">
<div class="title">ABOUT ME</div>


Loading…
取消
儲存