From 7a9c95db4abd08dca3ef6ac0e1a881156d5bf3da Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 9 Oct 2025 21:49:30 +0800 Subject: [PATCH] feat: add new folo bot icon --- .../ai-chat/components/layouts/AIModelIndicator.tsx | 2 +- .../ai-chat/components/layouts/WelcomeScreen.tsx | 2 +- icons/mgc/deepseek_original.svg | 2 +- icons/mgc/folo_bot_original.svg | 13 +++++++++++++ locales/ai/en.json | 2 +- locales/ai/ja.json | 2 +- locales/ai/zh-CN.json | 2 +- 7 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 icons/mgc/folo_bot_original.svg diff --git a/apps/desktop/layer/renderer/src/modules/ai-chat/components/layouts/AIModelIndicator.tsx b/apps/desktop/layer/renderer/src/modules/ai-chat/components/layouts/AIModelIndicator.tsx index 929826fb6..fd55941ff 100644 --- a/apps/desktop/layer/renderer/src/modules/ai-chat/components/layouts/AIModelIndicator.tsx +++ b/apps/desktop/layer/renderer/src/modules/ai-chat/components/layouts/AIModelIndicator.tsx @@ -18,9 +18,9 @@ interface AIModelIndicatorProps { type ProviderType = "openai" | "google" | "auto" | "deepseek" const providerIcons: Record = { + auto: "i-mgc-folo-bot-original size-4 -ml-0.5", openai: "i-mgc-openai-original", google: "i-simple-icons-googlegemini", - auto: "i-simple-icons-folo", deepseek: "i-mgc-deepseek-original", } diff --git a/apps/desktop/layer/renderer/src/modules/ai-chat/components/layouts/WelcomeScreen.tsx b/apps/desktop/layer/renderer/src/modules/ai-chat/components/layouts/WelcomeScreen.tsx index 45ee97c0c..c2fc3ce35 100644 --- a/apps/desktop/layer/renderer/src/modules/ai-chat/components/layouts/WelcomeScreen.tsx +++ b/apps/desktop/layer/renderer/src/modules/ai-chat/components/layouts/WelcomeScreen.tsx @@ -185,7 +185,7 @@ const TimelineSummarySection = () => {
- +
{t("timeline_summary.heading")} diff --git a/icons/mgc/deepseek_original.svg b/icons/mgc/deepseek_original.svg index dc224e43a..fb9cbf0ca 100644 --- a/icons/mgc/deepseek_original.svg +++ b/icons/mgc/deepseek_original.svg @@ -1 +1 @@ -DeepSeek \ No newline at end of file +DeepSeek diff --git a/icons/mgc/folo_bot_original.svg b/icons/mgc/folo_bot_original.svg new file mode 100644 index 000000000..32364f528 --- /dev/null +++ b/icons/mgc/folo_bot_original.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/locales/ai/en.json b/locales/ai/en.json index 5057203a7..f3cf71765 100644 --- a/locales/ai/en.json +++ b/locales/ai/en.json @@ -248,7 +248,7 @@ "timeline_summary.empty": "Timeline summary will appear here shortly.", "timeline_summary.error": "Unable to generate timeline summary right now.", "timeline_summary.generating": "Summarizing your timeline...", - "timeline_summary.heading": "Timeline Summary", + "timeline_summary.heading": "What's New in Timeline", "token_usage.description": "Monitor your AI token consumption and limits.", "token_usage.resets_at": "Resets at", "token_usage.title": "Token Usage", diff --git a/locales/ai/ja.json b/locales/ai/ja.json index 48259d063..551faf921 100644 --- a/locales/ai/ja.json +++ b/locales/ai/ja.json @@ -214,7 +214,7 @@ "timeline_summary.empty": "まもなくタイムラインの概要が表示されます。", "timeline_summary.error": "現在タイムラインの概要を生成できません。", "timeline_summary.generating": "タイムラインを要約しています...", - "timeline_summary.heading": "タイムラインの概要", + "timeline_summary.heading": "タイムラインに新しい内容はありますか", "usage_analysis.active_session": "アクティブセッション", "usage_analysis.current_usage": "現在の使用状況", "usage_analysis.detailed_description": "AI使用パターンとインサイトの包括的概要", diff --git a/locales/ai/zh-CN.json b/locales/ai/zh-CN.json index 7f8a0f66a..1695c0445 100644 --- a/locales/ai/zh-CN.json +++ b/locales/ai/zh-CN.json @@ -242,7 +242,7 @@ "timeline_summary.empty": "时间线总结即将呈现。", "timeline_summary.error": "暂时无法生成时间线总结。", "timeline_summary.generating": "正在生成时间线总结...", - "timeline_summary.heading": "时间线总结", + "timeline_summary.heading": "时间线有什么新内容", "token_usage.description": "监控您的AI令牌消耗和限制", "token_usage.resets_at": "重置时间", "token_usage.title": "令牌使用情况",