Compare commits

...

4 Commits

Author SHA1 Message Date
rookie
5d113102ab
Merge 313f259b06 into 705dffc664 2025-06-11 19:43:09 +08:00
RiverRay
705dffc664
Merge pull request #6514 from KevinShiCN/patch-1
Some checks failed
Run Tests / test (push) Has been cancelled
Add gemini-2.5-pro-preview-06-05 into constant.ts
2025-06-11 16:14:09 +08:00
KevinShiCN
02f7e6de98
Add gemini-2.5-pro-preview-06-05 into constant.ts 2025-06-08 23:59:49 +08:00
DDMeaqua
313f259b06 fix: 移动端删除按钮显示 2024-10-12 17:08:45 +08:00
2 changed files with 6 additions and 0 deletions

View File

@ -212,6 +212,11 @@
transition: all ease 0.3s;
opacity: 0;
cursor: pointer;
@media only screen and (max-width: 600px) {
transform: translateX(-4px);
opacity: 0.5;
}
}
.chat-item:hover > .chat-item-delete {

View File

@ -546,6 +546,7 @@ const googleModels = [
"gemini-2.0-flash-thinking-exp-01-21",
"gemini-2.0-pro-exp",
"gemini-2.0-pro-exp-02-05",
"gemini-2.5-pro-preview-06-05",
];
const anthropicModels = [