没啥变化

This commit is contained in:
sijinhui
2024-08-10 22:16:11 +08:00
parent 39c96dce59
commit 1bc010fb37
3 changed files with 5 additions and 2 deletions

View File

@@ -599,7 +599,7 @@ export function ModalSelector<T extends CheckGroupValueType>(props: {
onClose?: () => void;
multiple?: boolean;
}) {
console.log("-----", props);
// console.log("-----", props);
const getCheckCardAvatar = (value: string): React.ReactNode => {
if (value.startsWith("gpt")) {