@@ -169,7 +169,7 @@ function B2Edit({ editId, isLook, closeFu, editFu, addFu, myType }: Props) {
getValueFromEvent={(e) => e.target.value.replace(/\s+/g, "")}
>
<Input
- maxLength={100}
+ maxLength={45}
showCount
placeholder={isLook ? "(空)" : "请输入模型链接"}
/>