MCPcopy Create free account

hub / github.com/MemeCalculate/moyin-creator / functions

Functions1,435 in github.com/MemeCalculate/moyin-creator

FunctionAutoImageSection
({ charRefs, sceneRefs, frameRefs, truncated, }: { charRefs: AssetRef[]; sceneRefs: AssetRe
src/components/panels/sclass/group-ref-manager.tsx:406
FunctionBadge
({ className, variant, ...props }: BadgeProps)
src/components/ui/badge.tsx:33
FunctionBatchProgressOverlay
({ isVisible, current, total, message, title = "批量生成中", }: BatchProgressOverlayProps)
src/components/BatchProgressOverlay.tsx:27
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/breadcrumb.tsx:94
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
src/components/ui/breadcrumb.tsx:78
FunctionCalendar
({ className, classNames, showOutsideDays = true, ...props }: CalendarProps)
src/components/ui/calendar.tsx:15
FunctionCameraControls
({ camera, lens, focalLength, aperture, onCameraChange, onLensChange, onFocalLengthChange, onApertureCha
src/components/panels/freedom/CameraControls.tsx:174
FunctionCharacterCard
({ character, isSelected, onSelect, onDelete }: CharacterCardProps)
src/components/panels/characters/character-card.tsx:44
FunctionCharacterContextMenu
({ character, children, folders, onDelete, onMove, }: { character: Character; children:
src/components/panels/characters/character-gallery.tsx:540
FunctionCharacterDetail
({ character }: CharacterDetailProps)
src/components/panels/characters/character-detail.tsx:68
FunctionCharacterGallery
({ onCharacterSelect, selectedCharacterId }: CharacterGalleryProps)
src/components/panels/characters/character-gallery.tsx:62
FunctionCharacterGenerator
({ character }: CharacterGeneratorProps)
src/components/panels/characters/character-generator.tsx:53
FunctionCharacterSelector
({ selectedIds, onChange, characterVariationMap, onChangeVariation, disabled, }: CharacterSele
src/components/panels/director/character-selector.tsx:31
FunctionCharacterVariationSelector
({ character, selectedVariationId, onSelect, }: CharacterVariationSelectorProps)
src/components/panels/script/shot-list.tsx:488
FunctionCharactersView
()
src/components/panels/characters/index.tsx:26
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
src/components/ui/chart.tsx:124
FunctionCinemaStudio
()
src/components/panels/freedom/CinemaStudio.tsx:22
FunctionCinematographyProfilePicker
({ value, onChange, popover = true, trigger, className, disabled = false, placeholder = "
src/components/ui/cinematography-profile-picker/index.tsx:55
FunctionColorCircle
({ size, position, color, }: { size: "sm" | "md"; position: { left: string; top: string };
src/components/ui/color-picker.tsx:317
FunctionCommandDialog
({ children, ...props }: DialogProps)
src/components/ui/command.tsx:29
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/command.tsx:130
FunctionContextMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/context-menu.tsx:189
FunctionCountrySelect
({ disabled, value: selectedCountry, options: countryList, onChange, }: CountrySelectProps)
src/components/ui/phone-input.tsx:83
FunctionCountrySelectOption
({ country, countryName, selectedCountry, onChange, }: CountrySelectOptionProps)
src/components/ui/phone-input.tsx:144
FunctionCustomStylesGrid
()
src/components/panels/assets/CustomStylesGrid.tsx:25
FunctionDashboard
()
src/components/Dashboard.tsx:49
FunctionDefaultStylesGrid
()
src/components/panels/assets/DefaultStylesGrid.tsx:17
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:78
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:64
FunctionDirectorContextPanel
()
src/components/panels/director/context-panel.tsx:54
FunctionDirectorView
()
src/components/panels/director/index.tsx:34
FunctionDraggableMediaItem
({ name, preview, dragData, onDragStart, onAddToTimeline, aspectRatio = 16 / 9, className
src/components/ui/draggable-item.tsx:37
FunctionDrawer
({ shouldScaleBackground = true, ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
src/components/ui/drawer.tsx:11
FunctionDrawerFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/drawer.tsx:72
FunctionDrawerHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/drawer.tsx:61
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/dropdown-menu.tsx:208
FunctionDurationSelector
({ value, onChange, disabled, className, }: DurationSelectorProps)
src/components/panels/director/duration-selector.tsx:28
FunctionEditImageHostDialog
({ open, onOpenChange, provider, onSave, }: EditImageHostDialogProps)
src/components/image-host-manager/EditImageHostDialog.tsx:40
FunctionEditProviderDialog
({ open, onOpenChange, provider, onSave, }: EditProviderDialogProps)
src/components/api-manager/EditProviderDialog.tsx:34
FunctionEditableText
({ value, placeholder, onSave, multiline = false, className = "", }: { value: string | unde
src/components/panels/overview/index.tsx:89
FunctionEditableTextField
({ label, value, onChange, placeholder, disabled, multiline = false, className, }: Edita
src/components/panels/director/editable-text-field.tsx:27
FunctionEditableTimecode
({ time, duration, format = "HH:MM:SS:FF", fps = DEFAULT_FPS, onTimeChange, className, di
src/components/ui/editable-timecode.tsx:21
FunctionEmotionTags
({ value, onChange, disabled }: EmotionTagsProps)
src/components/panels/director/emotion-tags.tsx:38
FunctionEpisodeTree
({ scriptData, shots, shotStatus, selectedItemId, selectedItemType, onSelectItem, onAddEp
src/components/panels/script/episode-tree.tsx:162
FunctionExportPanel
({ projectName, scriptData, shots, targetDuration }: ExportPanelProps)
src/components/panels/script/export-panel.tsx:38
FunctionExportView
()
src/components/panels/export/index.tsx:42
FunctionExtendEditDialog
({ open, onOpenChange, mode, sourceGroup, onConfirm, isGenerating = false, }: ExtendEditDia
src/components/panels/sclass/extend-edit-dialog.tsx:67
FunctionFeatureBindingPanel
()
src/components/api-manager/FeatureBindingPanel.tsx:241
FunctionFieldRow
({ label, children }: { label: string; children: React.ReactNode })
src/components/panels/overview/index.tsx:218
FunctionFlagComponent
({ country, countryName }: RPNInput.FlagProps)
src/components/ui/phone-input.tsx:162
FunctionFolderContextMenu
({ folder, children, onRename, onDelete, }: { folder: MediaFolder; children: React.ReactNod
src/components/panels/media/index.tsx:89
FunctionFolderContextMenu
({ folder, children, onRename, onDelete, }: { folder: CharacterFolder; children: React.Reac
src/components/panels/characters/character-gallery.tsx:510
FunctionFolderContextMenu
({ folder, children, onRename, onDelete, }: { folder: SceneFolder; children: React.ReactNod
src/components/panels/scenes/scene-gallery.tsx:799
FunctionFolderItem
({ folder, isActive, onClick, }: { folder: PropFolder; isActive: boolean; onClick: () => vo
src/components/panels/assets/PropsLibrary.tsx:199
FunctionFontPicker
({ defaultValue, onValueChange, className, }: FontPickerProps)
src/components/ui/font-picker.tsx:19
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
src/components/ui/form.tsx:34
FunctionFreedomView
()
src/components/panels/freedom/FreedomView.tsx:9
FunctionGET
(request: NextRequest)
src/app/api/proxy-image/route.ts:11
FunctionGenerationHistory
({ type, onSelect, className }: GenerationHistoryProps)
src/components/panels/freedom/GenerationHistory.tsx:15
FunctionGenerationPanel
({ selectedCharacter, onCharacterCreated }: GenerationPanelProps)
src/components/panels/characters/generation-panel.tsx:84
FunctionGenerationPanel
({ selectedScene, onSceneCreated }: GenerationPanelProps)
src/components/panels/scenes/generation-panel.tsx:77
FunctionGenerationProgress
()
src/components/panels/director/generation-progress.tsx:26
FunctionGroupRefManager
({ group, scenes, characters, sceneLibrary, readOnly = false, }: GroupRefManagerProps)
src/components/panels/sclass/group-ref-manager.tsx:140
FunctionImagePreviewModal
({ imageUrl, isOpen, onClose }: ImagePreviewModalProps)
src/components/panels/director/media-preview-modal.tsx:21
FunctionImageStudio
()
src/components/panels/freedom/ImageStudio.tsx:24
FunctionImageTimelineTreatment
({ src, alt, targetAspectRatio = 16 / 9, className, backgroundType = "blur", backgroundColor
src/components/ui/image-timeline-treatment.tsx:19
FunctionInputWithBack
({ isExpanded, setIsExpanded, placeholder = "Search anything", value, onChange, disableAnima
src/components/ui/input-with-back.tsx:21
FunctionLayout
()
src/components/Layout.tsx:30
FunctionLocalImage
({ src, fallback, className, alt, ...props }: LocalImageProps)
src/components/ui/local-image.tsx:20
FunctionMediaItemWithContextMenu
({ item, children, folders, onRemove, onExport, onRename, onMove, onSmartSplit, onG
src/components/panels/media/index.tsx:126
FunctionMediaLibrarySelector
({ sceneId: _sceneId, isEndFrame = false, onSelect, disabled, }: MediaLibrarySelectorProps)
src/components/panels/director/media-library-selector.tsx:31
FunctionMediaView
()
src/components/panels/media/index.tsx:207
FunctionMenubarShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/menubar.tsx:206
FunctionModelSelector
({ type, value, onChange, className }: ModelSelectorProps)
src/components/panels/freedom/ModelSelector.tsx:403
FunctionNamedEntityList
({ items, emptyText, onUpdate, }: { items: NamedEntity[] | undefined; emptyText: string; on
src/components/panels/overview/index.tsx:181
FunctionNewFolderDialog
({ open, onOpenChange, }: { open: boolean; onOpenChange: (open: boolean) => void; })
src/components/panels/assets/PropsLibrary.tsx:319
FunctionOverviewPanel
()
src/components/panels/overview/index.tsx:229
FunctionPOST
(request: NextRequest)
src/app/api/ai/runninghub-test/route.ts:11
FunctionPagination
({ className, ...props }: React.ComponentProps<"nav">)
src/components/ui/pagination.tsx:10
FunctionPaginationEllipsis
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/pagination.tsx:97
FunctionPaginationLink
({ className, isActive, size = "icon", ...props }: PaginationLinkProps)
src/components/ui/pagination.tsx:45
FunctionPaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:81
FunctionPaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:65
FunctionParamRow
* 参数行
src/components/ui/cinematography-profile-picker/index.tsx:279
FunctionPlusButton
({ className, onClick, tooltipText, }: { className?: string; onClick?: () => void; tooltipT
src/components/ui/draggable-item.tsx:211
FunctionPreviewPanel
()
src/components/PreviewPanel.tsx:8
FunctionProfileItem
({ profile, isSelected, onSelect, onHover, onLeave }: ProfileItemProps)
src/components/ui/cinematography-profile-picker/index.tsx:252
FunctionProjectHeader
()
src/components/ProjectHeader.tsx:20
FunctionPropCard
({ item }: { item: PropItem })
src/components/panels/assets/PropsLibrary.tsx:55
FunctionPropertyPanel
({ selectedItemId, selectedItemType, character, scene, shot, episode, episodeShots = [],
src/components/panels/script/property-panel.tsx:119
FunctionPropsLibrary
()
src/components/panels/assets/PropsLibrary.tsx:372
FunctionProse
({ children, html, className }: ProseProps)
src/components/ui/prose.tsx:12
FunctionQuadGridDialog
({ open, onOpenChange, onGenerate, frameType = "start", previewUrl, isGenerating = false, }
src/components/quad-grid/QuadGridDialog.tsx:62
FunctionQuadGridResultDialog
({ open, onOpenChange, result, frameType, currentSceneId, availableScenes, onApply, on
src/components/quad-grid/QuadGridResultDialog.tsx:55
FunctionQuotaBar
配额进度条
src/components/panels/sclass/group-ref-manager.tsx:107
FunctionRefChip
已上传的引用标签
src/components/panels/sclass/group-ref-manager.tsx:554
FunctionRefGroup
引用分组展示
src/components/panels/sclass/group-ref-manager.tsx:475
FunctionRefThumbnail
缩略图:支持 base64/http/local-image://
src/components/panels/sclass/group-ref-manager.tsx:66
FunctionResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHand
src/components/ui/resizable.tsx:25
FunctionResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
src/components/ui/resizable.tsx:10
← previousnext →901–1,000 of 1,435, ranked by callers