Browse Source

update demo txt

huai-sian 3 years ago
parent
commit
c0db1721a2
2 changed files with 11 additions and 8 deletions
  1. 5 8
      demo.html
  2. 6 0
      js/lan.js

+ 5 - 8
demo.html

@@ -81,13 +81,12 @@
             <div class="demo-box">
             <div class="demo-box">
               <div class="demo-card">
               <div class="demo-card">
                 <ul>
                 <ul>
-                  <li>只需要等待數分鐘即可生產完成</li>
-                  <li>可上傳圖片或是影片作為背景</li>
-                  <li>生成MP4檔</li>
+                  <li set-lan="html:make_video_txt1">文字轉影片,輕鬆完成</li>
+                  <li set-lan="html:make_video_txt2">無需演員及相機,一鍵生成影片</li>
                 </ul>
                 </ul>
               </div>
               </div>
               <div class="text-center">
               <div class="text-center">
-                <button style="background:#193179;" class="demo-CTA border-0 mb-5">開始作</button>
+                <button style="background:#193179;" class="demo-CTA border-0 mb-5">開始作</button>
               </div>
               </div>
             </div>
             </div>
           </div>
           </div>
@@ -103,13 +102,11 @@
             <div class="demo-box">
             <div class="demo-box">
               <div class="demo-card">
               <div class="demo-card">
                 <ul>
                 <ul>
-                  <li>只需要等待數分鐘即可生產完成</li>
-                  <li>可上傳圖片或是影片作為背景</li>
-                  <li>生成MP4檔</li>
+                  <li set-lan="html:make_video_auto_txt">輸入主題詞,一鍵自動完成影片</li>
                 </ul>
                 </ul>
               </div>
               </div>
               <div class="text-center">
               <div class="text-center">
-                <button style="background:#193179;" class="demo-CTA border-0 mb-5">開始作</button>
+                <button style="background:#193179;" class="demo-CTA border-0 mb-5">開始作</button>
               </div>
               </div>
             </div>
             </div>
           </div>
           </div>

+ 6 - 0
js/lan.js

@@ -182,6 +182,9 @@ var zh = {
     "time-lapse": "縮時影片",
     "time-lapse": "縮時影片",
     "index_title1": "強大的Ai虛擬代言人",
     "index_title1": "強大的Ai虛擬代言人",
     "index_title2": "快速生成影片工具",
     "index_title2": "快速生成影片工具",
+    "make_video_txt1": "文字轉影片,輕鬆完成",
+    "make_video_txt2": "無需演員及相機,一鍵生成影片",
+    "make_video_auto_txt": "輸入主題詞,一鍵自動完成影片",
 };
 };
 
 
 var en = {
 var en = {
@@ -318,6 +321,9 @@ var en = {
     "time-lapse": "Time-lapse: Steps",
     "time-lapse": "Time-lapse: Steps",
     "index_title1": "Flexible AI Spokesgirl Solution",
     "index_title1": "Flexible AI Spokesgirl Solution",
     "index_title2": "Create Video in Minutes",
     "index_title2": "Create Video in Minutes",
+    "make_video_txt1": "Transfer text to video at a click",
+    "make_video_txt2": "No more actors and camera needed. Create a video at a click.",
+    "make_video_auto_txt": "Type in keywords, a video is created automatically!",
 };
 };
 
 
 function switchLanContent(val){
 function switchLanContent(val){