feat(i18n): 优化国际化文案并调整 UI 样式

- 修改系统重置文案为清除最近对话
- 优化历史记录列表样式,增加截断显示
- 调整卡片阴影样式
- 在头部增加收藏、分享和消息的 Tooltip 提示
This commit is contained in:
zhaoweijie
2025-08-23 20:39:40 +08:00
parent 50af75d347
commit a9d1f1a94f
5 changed files with 32 additions and 25 deletions

View File

@@ -111,7 +111,7 @@ const PlaygroundContent = () => {
className="h-full grid grid-rows-12 gap-3">
<div className="w-full row-span-5">
<PlaygroundIodRelevant
className={classNames.replace("!bg-[rgba(240,245,255,0.3)]", "")}
className={classNames.replace("!bg-[rgba(240,245,255,0.3)]", "").replace("shadow-xl", "")}
/>
</div>
<div className="w-full row-span-4 grid grid-cols-2 gap-3 custom-scrollbar">