mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-21 05:14:45 +08:00
feat: support static website
This commit is contained in:
@@ -438,6 +438,7 @@ export type PromptInputProps = Omit<
|
||||
"onSubmit" | "onError"
|
||||
> & {
|
||||
accept?: string; // e.g., "image/*" or leave undefined for any
|
||||
disabled?: boolean;
|
||||
multiple?: boolean;
|
||||
// When true, accepts drops anywhere on document. Default false (opt-in).
|
||||
globalDrop?: boolean;
|
||||
@@ -459,6 +460,7 @@ export type PromptInputProps = Omit<
|
||||
export const PromptInput = ({
|
||||
className,
|
||||
accept,
|
||||
disabled,
|
||||
multiple,
|
||||
globalDrop,
|
||||
syncHiddenInput,
|
||||
|
||||
Reference in New Issue
Block a user