mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 14:33:41 +08:00
add claude icon
This commit is contained in:
@@ -9,6 +9,7 @@ import ConfirmIcon from "../icons/confirm.svg";
|
||||
import CancelIcon from "../icons/cancel.svg";
|
||||
import MaxIcon from "../icons/max.svg";
|
||||
import MinIcon from "../icons/min.svg";
|
||||
import ClaudeInstantIcon from "../icons/Claude-Instant.svg";
|
||||
|
||||
import Locale from "../locales";
|
||||
|
||||
@@ -522,6 +523,9 @@ export function ModalSelector<T extends CheckGroupValueType>(props: {
|
||||
if (value.startsWith("gemini")) {
|
||||
return <GoogleOutlined />;
|
||||
}
|
||||
if (value.startsWith("claude")) {
|
||||
return <ClaudeInstantIcon />;
|
||||
}
|
||||
return <></>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user