feat: add more llm icons

This commit is contained in:
Eric-2369
2025-02-05 12:34:00 +08:00
parent 28cbe56cec
commit 5225a6e192
17 changed files with 339 additions and 10 deletions

View File

@@ -23,6 +23,7 @@ import React, {
useRef,
} from "react";
import { IconButton } from "./button";
import { Avatar } from "./emoji";
import clsx from "clsx";
export function Popover(props: {
@@ -522,6 +523,7 @@ export function Selector<T>(props: {
key={i}
title={item.title}
subTitle={item.subTitle}
icon={<Avatar model={item.value as string} />}
onClick={(e) => {
if (item.disable) {
e.stopPropagation();