diff --git a/apps/fronted/src/components/home/NewsAlert.tsx b/apps/fronted/src/components/home/NewsAlert.tsx
index 515d4c1..9c33112 100644
--- a/apps/fronted/src/components/home/NewsAlert.tsx
+++ b/apps/fronted/src/components/home/NewsAlert.tsx
@@ -1,4 +1,4 @@
-import { ArrowRight } from "lucide-react";
+import { ArrowRight, Sparkles } from "lucide-react";
import { useTranslations } from "next-intl";
import { cn } from "@/lib/utils";
@@ -13,21 +13,18 @@ export default function NewsAlert({ className }: NewsAlertProps) {
-
- {t("news.label")}
-
-
+ 🎉
+
{t("news.content")}
- {/* */}
+ {/* */}
);
}
diff --git a/apps/fronted/src/i18n/locales/en.json b/apps/fronted/src/i18n/locales/en.json
index 73be81e..5d678e2 100644
--- a/apps/fronted/src/i18n/locales/en.json
+++ b/apps/fronted/src/i18n/locales/en.json
@@ -80,13 +80,13 @@
"description": "Configure AI models to provide intelligent optimization and suggestions for your resume.",
"selectedModel": "Select Model",
"doubao": {
- "title": "Doubao Settings",
+ "title": "Doubao",
"description": "Obtain API Key from Volcengine Platform",
"apiKey": "API Key",
"modelId": "Model ID"
},
"deepseek": {
- "title": "Deepseek Settings",
+ "title": "Deepseek",
"description": "Obtain API Key from Deepseek Open Platform",
"apiKey": "API Key",
"modelId": "Model ID"
diff --git a/apps/fronted/src/i18n/locales/zh.json b/apps/fronted/src/i18n/locales/zh.json
index 643c664..f8a663f 100644
--- a/apps/fronted/src/i18n/locales/zh.json
+++ b/apps/fronted/src/i18n/locales/zh.json
@@ -35,7 +35,7 @@
},
"news": {
"label": "æ–°é—»",
- "content": "现已接入 DeepSeek, Doubao 大模型"
+ "content": "现已接入 DeepSeek, Doubao AI大模型"
},
"footer": {
"copyright": " 2024 Magic Resume. All rights reserved."