MCPcopy Create free account

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

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

Methodconstructor
(directoryName = "media")
src/lib/storage/opfs-adapter.ts:9
Methodconstructor
()
src/lib/ai/worker-bridge.ts:38
FunctionconvertDesignToVariations
(design: CharacterDesign)
src/lib/character/character-prompt-service.ts:361
FunctionconvertShotsToSplitScenes
( shots: Shot[], sceneName?: string )
src/lib/script/trailer-service.ts:271
FunctionconvertStagesToVariations
( analysis: CharacterStageAnalysis )
src/lib/script/character-stage-analyzer.ts:169
MethodcreateFromAnalysis
* Create character from analysis result
src/packages/ai-core/services/character-bible.ts:160
FunctioncreateIndex
()
src/lib/storyboard/image-splitter.ts:681
FunctioncreateInitialBatchProgress
()
src/components/BatchProgressOverlay.tsx:89
FunctioncreateRateLimitedFn
( fn: T, minDelayMs: number = 3000 )
src/lib/utils/rate-limiter.ts:74
FunctioncropEdgeMargin
( canvas: HTMLCanvasElement, marginPercent: number = 0.03 )
src/lib/storyboard/image-splitter.ts:468
FunctiondefaultItemOutputEstimator
()
src/lib/ai/batch-processor.ts:147
FunctiondefaultItemTokenEstimator
(item: TItem)
src/lib/ai/batch-processor.ts:146
MethoddeleteCharacter
* Delete character
src/packages/ai-core/services/character-bible.ts:118
FunctiondeleteLocalImage
(localPath: string)
src/lib/image-storage.ts:93
MethoddeleteProject
({ id }: { id: string })
src/lib/storage/storage-service.ts:160
FunctiondetectEnvironmentType
(location: string)
src/lib/script/scene-viewpoint-generator.ts:163
FunctiondetectGrid
( img: HTMLImageElement, expectedCols?: number, expectedRows?: number )
src/lib/storyboard/image-splitter.ts:269
Methodenqueue
* Add a task to the queue * Returns a promise that resolves when the task completes
src/packages/ai-core/api/task-queue.ts:48
MethodexecuteScene
* Execute a single scene * @param characterReferenceImages - Array of character reference image URLs or base64 strings
src/lib/ai/worker-bridge.ts:157
MethodexecuteScreenplay
* Execute entire screenplay (images + videos)
src/lib/ai/worker-bridge.ts:179
MethodexportAll
* Export all characters for persistence
src/packages/ai-core/services/character-bible.ts:191
FunctionextractJson
(text: string)
src/lib/utils/json-cleaner.ts:88
FunctionfindMatchingSceneAndViewpointWithAI
(sceneName: string, actionSummary: string)
src/components/panels/director/context-panel.tsx:365
FunctionfindViewpointInLibrary
(sceneName: string, viewpointName: string)
src/components/panels/director/context-panel.tsx:305
FunctionformatTime
(seconds: number)
src/stores/simple-timeline-store.ts:173
FunctiongenerateAllAnglePresets
()
src/lib/ai/runninghub-angles.ts:127
FunctiongenerateCharacterDesign
( characterId: string, projectId: string, _options?: CharacterDesignOptions // 不再需要,保留以兼容 )
src/lib/character/character-prompt-service.ts:80
FunctiongenerateCharacterImage
(params: ImageGenerationParams)
src/lib/ai/image-generator.ts:142
FunctiongenerateConsistencyPrompt
(character: CharacterBible)
src/packages/ai-core/services/character-bible.ts:233
MethodgenerateImage
* Submit image generation task
src/packages/ai-core/providers/types.ts:49
FunctiongenerateImageForSceneMerged
( sceneId: number, prompt: string, apiKey: string, aspect: '16:9'|'9:16', isEndFrame:
src/components/panels/sclass/sclass-scenes.tsx:2603
FunctiongenerateImageForSceneMerged
( sceneId: number, prompt: string, apiKey: string, aspect: '16:9'|'9:16', isEndFrame:
src/components/panels/director/split-scenes.tsx:2938
FunctiongenerateMultiPageContactSheetData
( config: ContactSheetConfig, shots: Shot[] // 用于获取分镜序号 )
src/lib/script/scene-viewpoint-generator.ts:979
FunctiongenerateSceneImage
(params: ImageGenerationParams)
src/lib/ai/image-generator.ts:149
FunctiongenerateVariationsFromDesign
(design: CharacterDesign)
src/lib/character/character-prompt-service.ts:383
MethodgenerateVideo
* Submit video generation task
src/packages/ai-core/providers/types.ts:64
Methodget
(key: string)
src/lib/storage/indexeddb-adapter.ts:33
Methodget
(key: string)
src/lib/storage/opfs-adapter.ts:20
FunctiongetAbsoluteImagePath
(localPath: string)
src/lib/image-storage.ts:161
FunctiongetAllFeatureStatuses
()
src/lib/ai/feature-router.ts:329
FunctiongetAllT2IModels
()
src/lib/freedom/model-registry.ts:1379
FunctiongetAllT2VModels
()
src/lib/freedom/model-registry.ts:1384
FunctiongetBoundPlatformAndModel
* Get the platform and model from featureBindings (first binding) * featureBindings now stores: string[] (array of platform:model) * 这个函数仅用于兼容旧代码,
src/lib/ai/feature-router.ts:78
FunctiongetCellRatio
* Get cell aspect ratio multiplier * For 16:9, cell width = height * 16/9 * For 9:16, cell height = width * 16/9
src/lib/storyboard/grid-calculator.ts:54
MethodgetCharacter
* Get character by ID
src/packages/ai-core/services/character-bible.ts:103
FunctiongetCharacterPromptForEpisode
( design: CharacterDesign, episodeIndex: number )
src/lib/character/character-prompt-service.ts:321
FunctiongetCharacterReferenceImages
( characterIds: string[], variationMap?: Record<string, string>, )
src/components/panels/director/use-image-generation.ts:53
FunctiongetCharacterUpdatesFromDesign
(design: CharacterDesign)
src/lib/character/character-prompt-service.ts:399
MethodgetCharactersForScreenplay
* Get all characters for a screenplay
src/packages/ai-core/services/character-bible.ts:110
FunctiongetCurrentProject
(state: DirectorState)
src/stores/director-store.ts:655
FunctiongetCurrentProject
(state: SClassState)
src/stores/sclass-store.ts:337
FunctiongetDefaultViewpointsForEnvironment
* 根据环境类型获取默认视角列表 * 用于在提取的视角不足时补充
src/lib/script/scene-viewpoint-generator.ts:734
FunctiongetEpisodeGenerationSummary
(projectId: string)
src/lib/script/full-script-service.ts:1008
MethodgetFrameAt
( mediaId: string, file: File, time: number )
src/lib/video-cache.ts:85
FunctiongetMediaAspectRatio
(item: MediaFile)
src/stores/media-store.ts:225
FunctiongetPlatformAlternateKey
()
src/lib/utils.ts:81
FunctiongetPlatformSpecialKey
()
src/lib/utils.ts:77
MethodgetProjectStorageInfo
({ projectId }: { projectId: string })
src/lib/storage/storage-service.ts:386
FunctiongetProviderModelId
(model: BaseModel)
src/lib/freedom/model-registry.ts:1418
FunctiongetRecommendedResolution
(sceneCount: number)
src/lib/storyboard/grid-calculator.ts:314
MethodgetStats
* Get queue statistics
src/packages/ai-core/api/task-queue.ts:138
MethodgetStats
()
src/lib/video-cache.ts:252
MethodgetStorageInfo
()
src/lib/storage/storage-service.ts:372
FunctiongetStyleThumbnail
(styleId: string)
src/lib/constants/visual-styles.ts:613
FunctiongetStyleTokensFromPreset
(styleId: string)
src/lib/storyboard/prompt-builder.ts:112
FunctiongetStylesByCategory
(categoryId: string)
src/lib/constants/visual-styles.ts:637
FunctiongetT2VModelById
(id: string)
src/lib/freedom/model-registry.ts:1338
MethodgetTemplates
* Get current templates (for debugging/export)
src/packages/ai-core/services/prompt-compiler.ts:157
FunctiongetVideoApiConfig
()
src/components/panels/director/use-video-generation.ts:56
FunctiongoToCharacterLibrary
()
src/components/panels/director/screenplay-input.tsx:345
FunctiongoToNextShot
()
src/components/panels/director/shot-grid-view.tsx:122
FunctiongoToNextStep
()
src/components/panels/director/index.tsx:122
FunctiongoToPrevShot
()
src/components/panels/director/shot-grid-view.tsx:116
FunctiongoToPrevStep
()
src/components/panels/director/index.tsx:112
FunctionhandleAddCharacter
()
src/components/panels/script/episode-tree.tsx:494
FunctionhandleAddEpisode
()
src/components/panels/script/episode-tree.tsx:385
FunctionhandleAddToTimeline
()
src/components/ui/draggable-item.tsx:61
FunctionhandleAddVariation
()
src/components/WardrobeModal.tsx:67
FunctionhandleAddVariation
()
src/components/panels/characters/wardrobe-modal.tsx:148
FunctionhandleAngleSwitchGenerate
(params: { direction: HorizontalDirection; elevation: ElevationAngle; shotSize: ShotSize;
src/components/panels/director/shot-properties-panel.tsx:135
FunctionhandleAngleSwitchGenerate
(params: { direction: HorizontalDirection; elevation: ElevationAngle; shotSize: ShotSize;
src/components/panels/director/shot-grid-view.tsx:249
FunctionhandleApplyAngleSwitch
()
src/components/panels/director/shot-properties-panel.tsx:201
FunctionhandleApplyAngleSwitch
()
src/components/panels/director/shot-grid-view.tsx:316
FunctionhandleAutoGenerateContactSheet
()
src/components/panels/scenes/generation-panel.tsx:1454
FunctionhandleBackToScript
()
src/components/panels/director/context-panel.tsx:123
FunctionhandleBatchGenerate
()
src/components/panels/director/shot-list-panel.tsx:84
FunctionhandleBatchGenerateImages
()
src/components/panels/director/shot-grid-view.tsx:345
FunctionhandleBatchGenerateOrthographic
()
src/components/panels/scenes/generation-panel.tsx:1909
FunctionhandleBlur
()
src/components/ui/editable-timecode.tsx:90
FunctionhandleCalibrate
()
src/components/panels/script/script-input.tsx:212
FunctionhandleCancelContactSheet
()
src/components/panels/scenes/generation-panel.tsx:1442
FunctionhandleCancelEdit
()
src/components/panels/sclass/sclass-scene-card.tsx:208
FunctionhandleCancelEdit
()
src/components/panels/director/split-scene-card.tsx:237
FunctionhandleCancelOrthographic
()
src/components/panels/scenes/generation-panel.tsx:2430
FunctionhandleCharacterSelect
(char: Character | null)
src/components/panels/characters/index.tsx:42
FunctionhandleCheckForUpdates
()
src/components/panels/SettingsPanel.tsx:600
FunctionhandleClear
()
src/components/panels/director/scene-library-selector.tsx:141
FunctionhandleClearBatchOrthographic
()
src/components/panels/scenes/generation-panel.tsx:1902
FunctionhandleClearCache
()
src/components/panels/SettingsPanel.tsx:584
FunctionhandleClearIgnoredVersion
()
src/components/panels/SettingsPanel.tsx:630
← previousnext →1,101–1,200 of 1,435, ranked by callers