diff --git a/src/assets/img/dy.jpg b/src/assets/img/dy.jpg new file mode 100644 index 0000000..9190b3f Binary files /dev/null and b/src/assets/img/dy.jpg differ diff --git a/src/assets/img/metavatar_shadow/imgList1@2xEnglish.png b/src/assets/img/metavatar_shadow/imgList1@2xEnglish.png new file mode 100644 index 0000000..838abdb Binary files /dev/null and b/src/assets/img/metavatar_shadow/imgList1@2xEnglish.png differ diff --git a/src/assets/img/metavatar_shadow/imgList2@2xEnglish.png b/src/assets/img/metavatar_shadow/imgList2@2xEnglish.png new file mode 100644 index 0000000..36fd9b3 Binary files /dev/null and b/src/assets/img/metavatar_shadow/imgList2@2xEnglish.png differ diff --git a/src/assets/img/metavatar_shadow/imgList3@2xEnglish.png b/src/assets/img/metavatar_shadow/imgList3@2xEnglish.png new file mode 100644 index 0000000..2572db3 Binary files /dev/null and b/src/assets/img/metavatar_shadow/imgList3@2xEnglish.png differ diff --git a/src/assets/img/vx.jpg b/src/assets/img/vx.jpg new file mode 100644 index 0000000..daab3f3 Binary files /dev/null and b/src/assets/img/vx.jpg differ diff --git a/src/components/common/tail.vue b/src/components/common/tail.vue index 92cc9b4..893e8f1 100644 --- a/src/components/common/tail.vue +++ b/src/components/common/tail.vue @@ -64,13 +64,15 @@
- + +
Wechat
- + +
Tiktok
@@ -224,7 +226,7 @@ export default { }; this.$axios({ method: 'post', - url: '/api/callback/wxMallApply/add', + url: '/C/api/wxMallApply/add', headers: { 'Content-Type': 'application/json;charset=UTF-8' }, diff --git a/src/components/home/home.vue b/src/components/home/home.vue index 765bd01..f5d74e5 100644 --- a/src/components/home/home.vue +++ b/src/components/home/home.vue @@ -643,7 +643,7 @@ export default { }; this.$axios({ method: 'post', - url: '/api/callback/wxMallApply/add', + url: '/C/api/wxMallApply/add', headers: { 'Content-Type': 'application/json;charset=UTF-8' }, diff --git a/src/components/views/generate.vue b/src/components/views/generate.vue index 0445c97..34f3a12 100644 --- a/src/components/views/generate.vue +++ b/src/components/views/generate.vue @@ -359,7 +359,7 @@ export default { }; this.$axios({ method: 'post', - url: '/api/callback/wxMallApply/add', + url: '/C/api/wxMallApply/add', headers: { 'Content-Type': 'application/json;charset=UTF-8' }, diff --git a/src/components/views/live.vue b/src/components/views/live.vue index 0744699..adb7fda 100644 --- a/src/components/views/live.vue +++ b/src/components/views/live.vue @@ -369,7 +369,7 @@ export default { }; this.$axios({ method: 'post', - url: '/api/callback/wxMallApply/add', + url: '/C/api/wxMallApply/add', headers: { 'Content-Type': 'application/json;charset=UTF-8' }, diff --git a/src/components/views/shadow.vue b/src/components/views/shadow.vue index e6746c8..86a5725 100644 --- a/src/components/views/shadow.vue +++ b/src/components/views/shadow.vue @@ -30,14 +30,20 @@
真人无需出镜驱动数字人直播
Digital live broadcasting manipulated by AI, text, voice, video etc.to free real people workforce on camera.
-
  • - +
  • + + +
    中の人
  • -
  • - +
  • + + +
    Digital live streaming
  • -
  • - +
  • + + +
    Toonman live
  • 无缝接入各主流平台
    Seamless access to all platforms, tictok,intagram, facebook,wechat etc.
    @@ -364,7 +370,7 @@ export default { }; this.$axios({ method: 'post', - url: '/api/callback/wxMallApply/add', + url: '/C/api/wxMallApply/add', headers: { 'Content-Type': 'application/json;charset=UTF-8' }, @@ -571,6 +577,17 @@ export default { li { list-style: none; margin-right: 7px; + .textInImg { + position: absolute; + top: 20px; + left: 20px; + width: 10px; + font-size: 35px; + line-height: 35px; + color: #fff; + font-weight: 900; + transition: all 0.3s; + } img { width: 423px; height: 639px; @@ -580,6 +597,12 @@ export default { box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.548); transform: translateY(-20px); } + &:hover ~ .textInImg { + transform: translateY(-20px); + } + } + img:hover .textInImg { + top: -5px; } } .redCard { diff --git a/src/components/views/turing.vue b/src/components/views/turing.vue index 7e8cb61..feaf8ae 100644 --- a/src/components/views/turing.vue +++ b/src/components/views/turing.vue @@ -338,7 +338,7 @@ export default { }; this.$axios({ method: 'post', - url: '/api/callback/wxMallApply/add', + url: '/C/api/wxMallApply/add', headers: { 'Content-Type': 'application/json;charset=UTF-8' },