@@ -70,7 +70,14 @@
-
+
@@ -182,7 +189,7 @@ $left-width: 70px;
.left {
width: $left-width;
.avatar {
- background-color: white;
+ background-color: rgb(0, 0, 0);
padding: 2px;
width: 50px;
height: 50px;
diff --git a/src/constants/luma.ts b/src/constants/luma.ts
index 8539f955..d4e5dd45 100644
--- a/src/constants/luma.ts
+++ b/src/constants/luma.ts
@@ -1,5 +1,5 @@
export const LUMA_SERVICE_ID = 'dff45a0d-2858-4936-8e2b-3d49c52aff11';
-export const LUMA_DEFAULT_ENHANCEMENT = false;
+export const LUMA_DEFAULT_ENHANCEMENT = true;
export const LUMA_DEFAULT_LOOP = false;
export const LUMA_DEFAULT_CUSTOM = false;
diff --git a/src/i18n/zh-CN/index.json b/src/i18n/zh-CN/index.json
index 1aa719af..ee1b57e8 100644
--- a/src/i18n/zh-CN/index.json
+++ b/src/i18n/zh-CN/index.json
@@ -47,6 +47,10 @@
"message": "支持多种音乐风格,轻松生成你想要的音乐,并支持灵活的长度扩展选项。",
"description": "AI 音乐章节标题"
},
+ "subtitle.luma": {
+ "message": "对接最新的 Luma 模型,一键生成自定义的视频,并支持灵活的视频扩展选项。",
+ "description": "AI 音乐章节标题"
+ },
"subtitle.comments": {
"message": "我们很高兴能够帮助这些客户,他们对我们的服务给予了很高的评价。",
"description": "客户评价章节标题"
diff --git a/src/i18n/zh-CN/luma.json b/src/i18n/zh-CN/luma.json
index b22caf9e..6a11856f 100644
--- a/src/i18n/zh-CN/luma.json
+++ b/src/i18n/zh-CN/luma.json
@@ -80,7 +80,7 @@
"description": "要生成的 QR 码的高级设置"
},
"name.custom": {
- "message": "自定义扩展",
+ "message": "自定义视频扩展",
"description": "自定义扩展视频"
},
"name.extend": {
diff --git a/src/pages/index/Index.vue b/src/pages/index/Index.vue
index 41bca09c..78940ff9 100644
--- a/src/pages/index/Index.vue
+++ b/src/pages/index/Index.vue
@@ -49,7 +49,7 @@
@@ -166,6 +166,31 @@
+
+
+
+
+
+
+
+
+ {{ $t('index.title.luma') }}
+ {{ $t('index.subtitle.luma') }}
+
+ {{ $t('index.button.try') }}
+
+
+
+
+