congzc 1 год назад
Родитель
Сommit
d39b9e6d42
4 измененных файлов: 21 добавлений и 6 удалений
  1. +6
    -3
      src/lang/package/en.ts
  2. +1
    -0
      src/lang/package/zh-cn.ts
  3. +4
    -0
      src/views/createVideo/index.vue
  4. +10
    -3
      src/views/myStore/index.vue

+ 6
- 3
src/lang/package/en.ts Просмотреть файл

@@ -73,7 +73,7 @@ export default {
chooseMusic:'Choose Music', chooseMusic:'Choose Music',
searchMusic:'Search Music', searchMusic:'Search Music',
comingSoon:'COMING SOON', comingSoon:'COMING SOON',
hotMusic:'Hit song',
hotMusic:'Hot Song',
inputRequirement:'Please enter your requirements, for example: Please generate a beverage advertisement of 500 words or less', inputRequirement:'Please enter your requirements, for example: Please generate a beverage advertisement of 500 words or less',
GeneratedText:'Generated Text', GeneratedText:'Generated Text',
SmartText:'Smart Text', SmartText:'Smart Text',
@@ -81,7 +81,9 @@ export default {
tooltip1:'Click to listen', tooltip1:'Click to listen',
tooltip2:'Add Pause', tooltip2:'Add Pause',
uploadImgTip1:'Click here to upload pictures', uploadImgTip1:'Click here to upload pictures',
uploadImgTip2:'Please upload unobstructed frontal photo',
// uploadImgTip2:'Please upload unobstructed frontal photo',
uploadImgTip2:'please upload a clear frontal photo',
entered:'entered' entered:'entered'
}, },


@@ -109,7 +111,7 @@ export default {
generationSucceed: "Succeed", generationSucceed: "Succeed",
videoUpSucceed: "HD", videoUpSucceed: "HD",
videoUpFailed: "UP Failed", videoUpFailed: "UP Failed",
videoUping:'Upgrades',
videoUping:'upgrading',
manuscriptText: "Manuscript", manuscriptText: "Manuscript",
generatingText: "The video is generating, Please wait a moment", generatingText: "The video is generating, Please wait a moment",
generationFailedText: "Video generation failed, click Edit button to retry.", generationFailedText: "Video generation failed, click Edit button to retry.",
@@ -167,6 +169,7 @@ export default {
Language:'Language', Language:'Language',
sound:'Sound', sound:'Sound',
IndividualVideoDuration:'Individual video duration', IndividualVideoDuration:'Individual video duration',
Watermark:'Watermark',
AIGeneratedPortrait:'AI generated portrait', AIGeneratedPortrait:'AI generated portrait',
PhotoSinging:'Photo singing', PhotoSinging:'Photo singing',
AIGeneratedText:'The number of times AI generated text', AIGeneratedText:'The number of times AI generated text',


+ 1
- 0
src/lang/package/zh-cn.ts Просмотреть файл

@@ -167,6 +167,7 @@ export default {
Language:'语言', Language:'语言',
sound:'声音', sound:'声音',
IndividualVideoDuration:'单个视频时长', IndividualVideoDuration:'单个视频时长',
Watermark:'水印',
AIGeneratedPortrait:'AI生成人像', AIGeneratedPortrait:'AI生成人像',
PhotoSinging:'照片唱歌', PhotoSinging:'照片唱歌',
AIGeneratedText:'AI生成脚本次数', AIGeneratedText:'AI生成脚本次数',


+ 4
- 0
src/views/createVideo/index.vue Просмотреть файл

@@ -2518,6 +2518,8 @@ onUnmounted(() => {
} }
.card2 { .card2 {
.overtimeTips { .overtimeTips {
height: 0;
opacity: 0;
font-size: 16px; font-size: 16px;
// width: 60%; // width: 60%;
@@ -2645,6 +2647,8 @@ onUnmounted(() => {
width: 100%; width: 100%;
padding: 10px; padding: 10px;
.overtimeTips { .overtimeTips {
opacity: 0;
height: 0;
font-size: 16px; font-size: 16px;
// width: 60%; // width: 60%;
// display: inline-block; // display: inline-block;


+ 10
- 3
src/views/myStore/index.vue Просмотреть файл

@@ -86,6 +86,13 @@
>{{ $t("shop.second") }}</span >{{ $t("shop.second") }}</span
> >
</div> </div>
<div class="authority-item">
{{ $t("shop.Watermark") }}:<span>{{
item.userPackageDetails[0].aiPortrait == 0
? $t("shop.yes")
: $t("shop.no")
}}</span>
</div>
<div class="authority-item"> <div class="authority-item">
{{ $t("shop.AIGeneratedPortrait") }}:<span>{{ {{ $t("shop.AIGeneratedPortrait") }}:<span>{{
item.userPackageDetails[0].aiPortrait == 0 item.userPackageDetails[0].aiPortrait == 0
@@ -318,7 +325,7 @@ onMounted(async () => {
.page { .page {
// min-width: calc(100vw - 210px); // min-width: calc(100vw - 210px);
height: calc(100vh - 80px); height: calc(100vh - 80px);
padding: 20px 20px 0 20px;
padding: 0px 20px 0 20px;
background-color: #fff; background-color: #fff;
border-radius: 25px 0 0; border-radius: 25px 0 0;
padding: 20px; padding: 20px;
@@ -328,7 +335,7 @@ onMounted(async () => {
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
overflow-x: auto; overflow-x: auto;
padding: 70px 20px 20px 10px;
padding: 30px 20px 20px 10px;
max-width: 100%; max-width: 100%;
// height: 75%; // height: 75%;
// overflow: hidden; // overflow: hidden;
@@ -340,7 +347,7 @@ onMounted(async () => {
// } // }
.item { .item {
position: relative; position: relative;
width: 500px;
width: 480px;
// height: 680px; // height: 680px;
margin-left: 45px; margin-left: 45px;
background-color: #fffefd; background-color: #fffefd;


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