| 
							
							
								 zhaoweijie | d3a0b05910 | feat(VideoPlayer): 隐藏 logo 功能 - 添加 hideLogo 的 useMemo 计算,根据 localStorage 的值决定是否隐藏 logo
- 修改 logo 渲染逻辑,根据 hideLogo 的值确定是否显示- 更新视频资源路径,从 assets 改为 public | 2025-08-26 09:15:27 +08:00 |  | 
			
				
					| 
							
							
								 zhaoweijie | f6bd08da49 | style(VideoPlayer): 调整控制栏样式 - 移除了 control bar 类名中的 `bottom-0`,以修复控制栏在隐藏时仍然占据空间的问题- 优化了 control bar 的显示和隐藏动画,使其更加流畅 | 2025-08-25 20:52:34 +08:00 |  | 
			
				
					| 
							
							
								 zhaoweijie | 901bc13526 | refactor(layout): 重构布局组件并添加视频播放功能 -重写 Header 组件,使用新的 OptionLayoutContext 替代 HistoryContext
- 新增 VideoPlayer 组件,用于播放视频
- 更新 Playground 组件,集成新的侧边栏和视频播放功能
- 重构 Layout 组件,支持新的选项布局
- 更新相关路由和导出导入逻辑,以支持上述更改 | 2025-08-25 20:43:27 +08:00 |  | 
			
				
					| 
							
							
								 zhaoweijie | 635e792e22 | refactor(layout): 重构布局组件并添加视频播放功能 -重写 Header 组件,使用新的 OptionLayoutContext 替代 HistoryContext
- 新增 VideoPlayer 组件,用于播放视频
- 更新 Playground 组件,集成新的侧边栏和视频播放功能
- 重构 Layout 组件,支持新的选项布局
- 更新相关路由和导出导入逻辑,以支持上述更改 | 2025-08-25 19:40:02 +08:00 |  | 
			
				
					| 
							
							
								 zhaoweijie | 2b4885ae2d | refactor(iod): 重构数联网相关组件和逻辑 -优化了 Data、Scene 和 Team组件的逻辑,使用 currentIodMessage 替代复杂的条件判断- 改进了 IodRelevant 组件的动画和数据处理方式
- 调整了 Message 组件以支持数联网搜索功能
- 重构了 PlaygroundIodProvider,简化了上下文类型和数据处理
- 更新了数据库相关操作,使用新的 HistoryMessage 类型
- 新增了 IodDb 类来管理数联网连接配置 | 2025-08-24 19:00:49 +08:00 |  | 
			
				
					| 
							
							
								 zhaoweijie | f9763778fa | refactor(components): 重构碘搜索相关组件 - 优化 IodRelevant 组件中的加载状态和计数器动画
- 重构 PlaygroundIod 组件,使用新的 PlaygroundIodProvider 组件
- 改进 Context 提供的数据结构,使用更准确的命名 | 2025-08-24 13:04:43 +08:00 |  | 
			
				
					| 
							
							
								 zhaoweijie | cb6c3c225b | refactor(web): 优化 IOD 相关组件和 hooks - 修改 IodRelevant 组件,根据搜索状态动态显示文本
- 更新 useMessage hook,添加调试断点
- 重构 iod.ts 中的 IoDSources 处理逻辑 | 2025-08-24 12:44:02 +08:00 |  | 
			
				
					| 
							
							
								 CaiHQ | ecb90d9035 | update search hint | 2025-08-23 23:20:08 +08:00 |  | 
			
				
					| 
							
							
								 CaiHQ | e21c52cb22 | update data and team | 2025-08-23 20:47:04 +08:00 |  | 
			
				
					| 
							
							
								 zhaoweijie | a9d1f1a94f | feat(i18n): 优化国际化文案并调整 UI 样式 - 修改系统重置文案为清除最近对话
- 优化历史记录列表样式,增加截断显示
- 调整卡片阴影样式
- 在头部增加收藏、分享和消息的 Tooltip 提示 | 2025-08-23 20:39:40 +08:00 |  | 
			
				
					| 
							
							
								 zhaoweijie | 50af75d347 | refactor(components): 重构 Playground组件中的数据展示逻辑 -移除了 useEffect 钩用,改用函数式组件的按需渲染
- 优化了 Header组件的点击事件处理,提高代码复用性
- 统一了数据加载和展示的逻辑,提升组件可维护性 | 2025-08-23 20:22:01 +08:00 |  | 
			
				
					| 
							
							
								 zhaoweijie | e0e41d7e21 | feat(components): 新增图标组件并优化历史记录功能 - 新增 Bell、Collect 和 NotCollect 图标组件
- 优化 History 组件,添加隐藏 logo 功能
- 调整 Message 组件样式,移除不必要的代码
- 更新 Scene 组件 Header 颜色
- 注释掉 tailwind.css 中的 arimo 字体权重 | 2025-08-23 20:11:11 +08:00 |  | 
			
				
					| 
							
							
								 zhaoweijie | e640b1254d | refactor(components): 重构 playground组件 - 移除 Data、Scene 和 IodRelevant 组件中的 Drawer
- 优化 Data、Scene 和 IodRelevant 组件的结构
- 添加 Header 组件用于展示标题和关闭按钮
- 使用 Main 组件替代原来的 ShowCard 组件
- 调整样式和布局,提高组件的可复用性和可维护性 | 2025-08-23 17:03:14 +08:00 |  | 
			
				
					| 
							
							
								 zhaoweijie | 6fb71b01f0 | feat(components): 新增 Drawer 组件并优化 Playground 页面 - 新增 Drawer 组件用于创建可滑动的抽屉式界面
-优化 Playground 页面布局和样式,增加 logo 和 frosted glass 效果
- 添加统计卡片组件和动画效果,提升用户体验
- 新增数据项目图标组件 | 2025-08-22 21:28:40 +08:00 |  | 
			
				
					| 
							
							
								 zhaoweijie | 17020e8755 | feat(iod): 重构数联网搜索功能 - 新增数联网设置页面
- 优化数联网搜索结果展示
- 添加数据集、科创场景和科技企业等不同类型的搜索结果
- 重构搜索结果卡片组件,支持加载状态和不同展示模式
- 更新数联网搜索相关的国际化文案 | 2025-08-22 17:15:19 +08:00 |  | 
			
				
					| 
							
							
								 zhaoweijie | efbf2a3eff | feat/playground: 重构 playground组件 - 更新 Data 和 History组件的样式和布局
- 添加新的功能和交互,如热门搜索和智能体选择
- 优化组件性能和可维护性 | 2025-08-21 14:12:29 +08:00 |  | 
			
				
					| 
							
							
								 zhaoweijie | df0bf51bdf | refactor(layout): 优化团队页面布局和滚动 - 在 Team组件中添加 overflow-y-auto 以启用垂直滚动
- 在 Playground组件中调整网格布局,移除不必要的导入
- 优化消息列表布局,确保内容可以滚动 | 2025-08-21 14:08:40 +08:00 |  | 
			
				
					| 
							
							
								 zhaoweijie | 48404fb316 | refactor(components): 重构历史记录组件和 playground 布局- 更新 History 组件样式和动画效果 - 调整 Playground 布局结构
-优化 Sidebar 聊天记录样式 | 2025-08-21 14:08:40 +08:00 |  | 
			
				
					| 
							
							
								 CaiHQ | 30aa0faaa1 | update configs | 2025-08-20 18:36:48 +08:00 |  | 
			
				
					| 
							
							
								 zhaoweijie | 1104fb2733 | refactor(layout): 重构布局组件并添加新功能 - 更新 Header 组件,增加项目标题和历史记录切换按钮
- 新增 DataNavigation 组件用于数据导航
- 添加 Playground 相关新组件,包括数据、场景、团队等信息展示
- 重构 Layout 组件,使用 Context 管理历史记录状态
- 更新 zh/option.json 文件,添加新的项目标题和对话相关翻译 | 2025-08-19 16:20:37 +08:00 |  | 
			
				
					| 
							
							
								 zhaoweijie | 6a597da44f | refactor(components): 优化计量详情页面布局和内容展示 -调整表格列宽和样式,提高可读性
- 添加数联网引用token总数字段
- 修改数联网引用数据卡片为表格形式
- 优化输入和输出token详情的样式
-调整列表布局,增加全宽样式 | 2025-02-28 09:12:17 +08:00 |  | 
			
				
					| 
							
							
								 zhaoweijie | c5fa739a95 | feat: change token get | 2025-02-24 10:17:05 +08:00 |  | 
			
				
					| 
							
							
								 CaiHQ | 2866bcc7af | feat: mock 4 button | 2025-02-24 10:02:12 +08:00 |  | 
			
				
					| 
							
							
								 CaiHQ | 2a57034c9d | feat: change filename | 2025-02-24 10:02:12 +08:00 |  | 
			
				
					| 
							
							
								 Nex Zhu | 8f27ca2e4e | fix: fix no meteringEntry date when no cot, and style | 2025-02-24 08:30:37 +08:00 |  | 
			
				
					| 
							
							
								 zhaoweijie | 7b8879a7a8 | feat: add metering data | 2025-02-23 13:02:32 +08:00 |  | 
			
				
					| 
							
							
								 李芳 | c50bb49b37 | feat: metring and detail pages | 2025-02-22 18:20:11 +08:00 |  | 
			
				
					| 
							
							
								 李芳 | 970ffdac15 | Merge branch 'feat/metering' of gitea.internetapi.cn:iod/page-assist into feat/page | 2025-02-22 17:00:58 +08:00 |  | 
			
				
					| 
							
							
								 Nex Zhu | e8471f1802 | feat: add IoD search | 2025-02-14 18:17:12 +08:00 |  | 
			
				
					| 
							
							
								 n4ze3m | 084b859e3e | feat: add option to remove reasoning tag from TTS output | 2025-02-09 13:00:04 +05:30 |  | 
			
				
					| 
							
							
								 n4ze3m | 7180ea8146 | feat: skip embedding model check when simple search is enabled | 2025-02-08 23:24:18 +05:30 |  | 
			
				
					| 
							
							
								 n4ze3m | 926f4e1a4a | feat: implement CustomAIMessageChunk class and enhance reasoning handling in useMessageOption hook | 2025-02-08 20:50:48 +05:30 |  | 
			
				
					| 
							
							
								 n4ze3m | 72eaaf9dd2 | refactor: adjust sticky positioning in SettingsOptionLayout for improved layout consistency | 2025-02-08 16:30:11 +05:30 |  | 
			
				
					| 
							
							
								 n4ze3m | 7b8ba1404d | refactor: enhance Sidepanel layout and structure for improved usability and responsiveness | 2025-02-08 16:01:47 +05:30 |  | 
			
				
					| 
							
							
								 n4ze3m | d315a39793 | refactor: restructure Layout and SettingsLayout components for improved responsiveness and layout consistency | 2025-02-08 13:30:08 +05:30 |  | 
			
				
					| 
							
							
								 n4ze3m | 40698e02d7 | feat: update version to 1.4.6 and enhance code block component with download and copy sticky support | 2025-02-08 12:48:49 +05:30 |  | 
			
				
					| 
							
							
								 n4ze3m | a46156847d | feat: add bottom fade mask utility and enhance Playground layout | 2025-02-07 23:49:40 +05:30 |  | 
			
				
					| 
							
							
								 yz778 | 1b6d4a344a | fix: fix some typos | 2025-02-02 22:03:01 -08:00 |  | 
			
				
					| 
							
							
								 n4ze3m | 7264f30d81 | fix: Remove reasoning tag from tts  utterance | 2025-02-02 14:51:52 +05:30 |  | 
			
				
					| 
							
							
								 n4ze3m | 80f5812355 | fix: Adjust visibility styles for PlaygroundMessage component in preparation for v1.4.5 release | 2025-02-01 12:30:05 +05:30 |  | 
			
				
					| 
							
							
								 n4ze3m | 342d544e30 | feat: Add Baidu search engine | 2025-02-01 11:22:12 +05:30 |  | 
			
				
					| 
							
							
								 yz778 | 509a73238e | Whitespace fix | 2025-01-31 20:04:28 -08:00 |  | 
			
				
					| 
							
							
								 yz778 | be6b539787 | fix: Fix layout shift cause by hovering over icons + misc items | 2025-01-31 20:00:16 -08:00 |  | 
			
				
					| 
							
							
								 n4ze3m | 0c48bfa1c0 | feat: Enhance embedding model validation by incorporating simple internet search check | 2025-01-26 18:36:28 +05:30 |  | 
			
				
					| 
							
							
								 n4ze3m | 94af788365 | feat: Add query invalidation for sidebar settings after saving changes | 2025-01-25 21:05:58 +05:30 |  | 
			
				
					| 
							
							
								 n4ze3m | 51804bc9ae | fix: bug fix | 2025-01-25 15:19:28 +05:30 |  | 
			
				
					| 
							
							
								 n4ze3m | 7b6b6751cc | feat: Add error handling to fetch advanced Ollama settings data | 2025-01-24 22:46:36 +05:30 |  | 
			
				
					| 
							
							
								 n4ze3m | c2c80e2226 | feat: Add error handling for fetching Ollama URL | 2025-01-24 22:36:46 +05:30 |  | 
			
				
					| 
							
							
								 n4ze3m | 97daaf9dc2 | feat: Add reasoning UI | 2025-01-24 22:29:18 +05:30 |  | 
			
				
					| 
							
							
								 n4ze3m | b39d60fc3c | feat: Update message formatting to remove model suffix in chat display | 2025-01-19 12:52:43 +05:30 |  |