svg logo
This commit is contained in:
@@ -21,7 +21,7 @@ type Props = {
|
||||
|
||||
const NodeCard = ({
|
||||
children,
|
||||
logo = '/icon/logo.png',
|
||||
logo = '/icon/logo.svg',
|
||||
name = '未知模块',
|
||||
description,
|
||||
minW = '300px',
|
||||
|
||||
@@ -39,7 +39,7 @@ const CreateModal = ({ onClose, onSuccess }: { onClose: () => void; onSuccess: (
|
||||
const { isPc } = useGlobalStore();
|
||||
const { register, setValue, getValues, handleSubmit } = useForm<FormType>({
|
||||
defaultValues: {
|
||||
avatar: '/icon/logo.png',
|
||||
avatar: '/icon/logo.svg',
|
||||
name: '',
|
||||
templateId: appTemplates[0].id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user