diff --git a/README.md b/README.md
index 875aadc1a2d8..0d6519f418c2 100644
--- a/README.md
+++ b/README.md
@@ -259,14 +259,14 @@ Our marketplace is not just a showcase platform but also a collaborative space.
-| Recent Submits | Description |
-| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| [Electronic Tutor](https://chat-preview.lobehub.com/market?agent=elec-circuit-tutor-prompt)
By **[XUANJI233](https://github.com/XUANJI233)** on **2024-03-22** | Specializes in explaining the principles of digital and analog circuits, providing fundamental guidance in electronics.
`electronics` `tutor` `explanation` `circuits` `principles` |
-| [Game Text Translator](https://chat-preview.lobehub.com/market?agent=translation-tutor-prompt)
By **[XUANJI233](https://github.com/XUANJI233)** on **2024-03-22** | Translation of game text including puns and slang explanations (please use claude). Wrap special symbols with \`\`\`.
`game` `text` `translation` `assistance` |
-| [Amazon Listing Copywriter](https://chat-preview.lobehub.com/market?agent=amazon-listing-copywriter)
By **[SpeedupMaster](https://github.com/SpeedupMaster)** on **2024-03-19** | Expert in writing persuasive Amazon listings with optimized keywords.
`copywriting` `amazon-product-detail-pages` `seo` `keywords` |
-| [Collaborative Logical Thinking Team](https://chat-preview.lobehub.com/market?agent=gpt-tot)
By **[luciouskami](https://github.com/luciouskami)** on **2024-03-19** | Using the mind map method, three logical thinking experts collaborate to solve a problem, and present their detailed thought processes in Markdown table format.
`collaboration` `logical-thinking` `solution` |
-
-> 📊 Total agents: [**213** ](https://github.com/lobehub/lobe-chat-agents)
+| Recent Submits | Description |
+| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [Traditional Chinese Medicine Practitioner](https://chat-preview.lobehub.com/market?agent=claude-national-medical-master)
By **[GalileoFe](https://github.com/GalileoFe)** on **2024-03-22** | Let me take a look!
`consultation` `health` |
+| [Electronic Tutor](https://chat-preview.lobehub.com/market?agent=elec-circuit-tutor-prompt)
By **[XUANJI233](https://github.com/XUANJI233)** on **2024-03-22** | Specializes in explaining the principles of digital and analog circuits, providing fundamental guidance in electronics.
`electronics` `tutor` `explanation` `circuits` `principles` |
+| [Game Text Translator](https://chat-preview.lobehub.com/market?agent=translation-tutor-prompt)
By **[XUANJI233](https://github.com/XUANJI233)** on **2024-03-22** | Translation of game text including puns and slang explanations (please use claude). Wrap special symbols with \`\`\`.
`game` `text` `translation` `assistance` |
+| [Amazon Listing Copywriter](https://chat-preview.lobehub.com/market?agent=amazon-listing-copywriter)
By **[SpeedupMaster](https://github.com/SpeedupMaster)** on **2024-03-19** | Expert in writing persuasive Amazon listings with optimized keywords.
`copywriting` `amazon-product-detail-pages` `seo` `keywords` |
+
+> 📊 Total agents: [**214** ](https://github.com/lobehub/lobe-chat-agents)
diff --git a/README.zh-CN.md b/README.zh-CN.md
index 134305c42229..206209de37b0 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -248,12 +248,12 @@ LobeChat 的插件生态系统是其核心功能的重要扩展,它极大地
| 最近新增 | 助手说明 |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
+| [老中医](https://chat-preview.lobehub.com/market?agent=claude-national-medical-master)
By **[GalileoFe](https://github.com/GalileoFe)** on **2024-03-22** | 让我康康!
`咨询` `健康` |
| [电子学导师](https://chat-preview.lobehub.com/market?agent=elec-circuit-tutor-prompt)
By **[XUANJI233](https://github.com/XUANJI233)** on **2024-03-22** | 擅长数字和模拟电路原理解释,提供电子学基础指导。
`电子学` `导师` `解释` `电路` `原理` |
| [游戏文本翻译师](https://chat-preview.lobehub.com/market?agent=translation-tutor-prompt)
By **[XUANJI233](https://github.com/XUANJI233)** on **2024-03-22** | 游戏文本的翻译与双关、俚语解释 (请使用 claude),如果有特殊符号请使用 \`\`\` 包裹
`游戏` `文本` `翻译` `辅助` |
| [亚马逊清单文案撰稿员](https://chat-preview.lobehub.com/market?agent=amazon-listing-copywriter)
By **[SpeedupMaster](https://github.com/SpeedupMaster)** on **2024-03-19** | 擅长撰写具有优化关键词的有说服力的亚马逊清单的专家。
`撰稿` `亚马逊产品详情页` `搜索引擎优化` `关键词` |
-| [协作逻辑思维团队](https://chat-preview.lobehub.com/market?agent=gpt-tot)
By **[luciouskami](https://github.com/luciouskami)** on **2024-03-19** | 使用思维树方法,三位逻辑思维专家协作解答问题,以 Markdown 表格展示。
`协作` `逻辑思维` `解答` |
-> 📊 Total agents: [**213** ](https://github.com/lobehub/lobe-chat-agents)
+> 📊 Total agents: [**214** ](https://github.com/lobehub/lobe-chat-agents)
diff --git a/src/app/chat/(desktop)/features/SideBar/index.tsx b/src/app/chat/(desktop)/features/SideBar/index.tsx
index 6ac6de423f44..1459314a3ece 100644
--- a/src/app/chat/(desktop)/features/SideBar/index.tsx
+++ b/src/app/chat/(desktop)/features/SideBar/index.tsx
@@ -54,7 +54,6 @@ const Desktop = memo(() => {
height: '100%',
maxHeight: '100vh',
minWidth: CHAT_SIDEBAR_WIDTH,
- overflow: 'scroll',
}}
>
diff --git a/src/app/settings/sync/components/SystemIcon.tsx b/src/app/settings/sync/components/SystemIcon.tsx
index af145c3c636c..70dabf70c7ad 100644
--- a/src/app/settings/sync/components/SystemIcon.tsx
+++ b/src/app/settings/sync/components/SystemIcon.tsx
@@ -1,14 +1,19 @@
-import { SiApple } from '@icons-pack/react-simple-icons';
+import { SiAndroid, SiApple, SiWindows11 } from '@icons-pack/react-simple-icons';
import { memo } from 'react';
+// TODO: 等 simple icons 修复类型,移除 ignore
+
const SystemIcon = memo<{ title?: string }>(({ title }) => {
if (!title) return;
- if (['Mac OS', 'iOS'].includes(title)) {
- // TODO: 等 simple icons 修复类型,移除 ignore
- // @ts-ignore
- return ;
- }
+ // @ts-ignore
+ if (['Mac OS', 'iOS'].includes(title)) return ;
+
+ // @ts-ignore
+ if (title === 'Windows') return ;
+
+ // @ts-ignore
+ if (title === 'Android') return ;
return null;
});