diff --git a/src/assets/locale/zh/settings.json b/src/assets/locale/zh/settings.json
index 7186d04..9ff7af4 100644
--- a/src/assets/locale/zh/settings.json
+++ b/src/assets/locale/zh/settings.json
@@ -88,7 +88,7 @@
"system": {
"heading": "系统设置",
"deleteChatHistory": {
- "label": "系统重置",
+ "label": "清除最近对话",
"button": "全部重置",
"confirm": "您确定要执行系统重置吗?这将清除所有数据且无法撤消。"
},
diff --git a/src/components/Common/Playground/History.tsx b/src/components/Common/Playground/History.tsx
index ccdeef1..e3cc194 100644
--- a/src/components/Common/Playground/History.tsx
+++ b/src/components/Common/Playground/History.tsx
@@ -73,11 +73,11 @@ export const PlaygroundHistory = () => {
return {
key: item.id,
label: (
-
+
{item.icon}
-
{item.title}
+
{item.title}
)
}
diff --git a/src/components/Common/Playground/IodRelevant.tsx b/src/components/Common/Playground/IodRelevant.tsx
index 578fad9..f685ad8 100644
--- a/src/components/Common/Playground/IodRelevant.tsx
+++ b/src/components/Common/Playground/IodRelevant.tsx
@@ -350,7 +350,7 @@ export const PlaygroundIodRelevant: React.FC
= ({ className }) => {
+ className={`${className} translate-y-[-2px] !bg-[#d0e6ff] shadow-md`}>
{/* 花瓣效果 */}
= ({ setOpenModelSettings }) => {
{/*设置框*/}
- {collect ? (
-