Repository Analysis

waooAI/waoowaoo

首家工业级全流程 AI 影视生产平台。Industry-first professional AI Agent platform for controllable film & video production. From shorts to live-action with Hollywood-standard workflows.

4.0 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of waooAI/waoowaoo, a TypeScript project with 13,224 GitHub stars. SynthScan v2.0 examined 221,280 lines of code across 1404 source files, recording 642 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 4.0 places this repository in the Likely human-written band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

4.0
Adjusted Score
4.0
Raw Score
100%
Time Factor
2026-07-14
Last Push
13.2K
Stars
TypeScript
Language
221.3K
Lines of Code
1.4K
Files
642
Pattern Hits
2026-07-14
Scan Date
0.01
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 9HIGH 8MEDIUM 56LOW 569

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 642 distinct pattern matches across 8 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hyper-Verbose Identifiers538 hits · 541 pts
SeverityFileLineSnippetContext
LOWtests/unit/user-api/model-template-save.test.ts16function readSavedModelsFromUpsert(): Array<Record<string, unknown>> {CODE
LOW…s/unit/api-config/provider-card-tutorial-modal.test.ts110function ProviderCardShellWithBody(CODE
LOW…s/integration/api/specific/user-api-config-put.test.ts62function readSavedProvidersFromUpsert(): SavedProvider[] {CODE
LOW…s/integration/api/specific/user-api-config-put.test.ts81function readSavedModelsFromUpsert(): Array<Record<string, unknown>> {CODE
LOWtests/contracts/tasktype-behavior-matrix.ts12function resolveChainTestByTaskType(taskType: TaskType): string {CODE
LOWtests/contracts/tasktype-behavior-matrix.ts48function resolveApiContractByTaskType(taskType: TaskType): string {CODE
LOWtests/system/text-workflow.system.test.ts153async function seedScriptToStoryboardState() {CODE
LOWtests/helpers/fixtures.ts28export async function createFixtureNovelProject(projectId: string) {CODE
LOWtests/helpers/fixtures.ts44export async function createFixtureGlobalCharacter(userId: string, folderId: string | null = null) {CODE
LOWtests/helpers/fixtures.ts55export async function createFixtureGlobalCharacterAppearance(characterId: string, appearanceIndex = 0) {CODE
LOWtests/helpers/fixtures.ts67export async function createFixtureGlobalLocation(userId: string, folderId: string | null = null) {CODE
LOWtests/helpers/fixtures.ts78export async function createFixtureGlobalLocationImage(locationId: string, imageIndex = 0) {CODE
LOWscripts/media-safety-backup.ts63async function listLocalFilesRecursively(rootDir: string, prefix = ''): Promise<StorageIndexRow[]> {CODE
LOWscripts/watchdog.ts128async function cleanupZombieProcessingTasks() {CODE
LOWsrc/instrumentation.ts92 function resolveTaskLocaleFromPayload(payload: unknown): TaskJobData['locale'] | null {CODE
LOWsrc/app/[locale]/workspace/page.tsx50function toProjectValidationMessage(CODE
LOW…modes/novel-promotion/WorkspaceStageRuntimeContext.tsx68export function WorkspaceStageRuntimeProvider({ value, children }: WorkspaceStageRuntimeProviderProps) {CODE
LOW…tId]/modes/novel-promotion/NovelPromotionWorkspace.tsx17function NovelPromotionWorkspaceContent(props: NovelPromotionWorkspaceProps) {CODE
LOW…el-promotion/components/WorkspaceAssetLibraryModal.tsx23export default function WorkspaceAssetLibraryModal({CODE
LOW…el-promotion/components/WorkspaceRunStreamConsoles.tsx47export default function WorkspaceRunStreamConsoles({CODE
LOW…on/components/storyboard/ImageSectionCandidateMode.tsx25export default function ImageSectionCandidateMode({CODE
LOW…mponents/storyboard/PanelVariantModalCustomOptions.tsx14export default function PanelVariantModalCustomOptions({CODE
LOW…components/storyboard/ImageEditModalSelectedAssets.tsx16export default function ImageEditModalSelectedAssets({CODE
LOW…ponents/storyboard/PanelVariantModalSuggestionList.tsx19export default function PanelVariantModalSuggestionList({CODE
LOW…n/components/storyboard/StoryboardGroupFailedAlert.tsx12export default function StoryboardGroupFailedAlert({CODE
LOW…on/components/storyboard/ImageSectionActionButtons.tsx24export default function ImageSectionActionButtons({CODE
LOW…on/components/storyboard/ImageEditModalAssetPicker.tsx21export default function ImageEditModalAssetPicker({CODE
LOW…mponents/storyboard/hooks/useStoryboardStageUiState.ts5export function useStoryboardStageUiState() {CODE
LOW…/components/storyboard/hooks/storyboard-state-utils.ts9export function sortStoryboardsByClipOrder(CODE
LOW…/components/storyboard/hooks/storyboard-state-utils.ts30export function buildStoryboardSyncSignature(CODE
LOW…/components/storyboard/hooks/storyboard-state-utils.ts56export function computeStoryboardStartIndex(CODE
LOW…mponents/storyboard/hooks/usePanelImageModification.ts36export function usePanelImageModification({CODE
LOW…components/storyboard/hooks/panel-candidate-runtime.ts55export function ensurePanelCandidatesInitialized(CODE
LOW…components/storyboard/hooks/panel-candidate-runtime.ts95export function getPanelCandidatesFromRuntime(CODE
LOW…/storyboard/hooks/useStoryboardBatchPanelGeneration.ts18export function useStoryboardBatchPanelGeneration({CODE
LOW…nents/storyboard/hooks/useStoryboardStageController.ts32export function useStoryboardStageController({CODE
LOW…/storyboard/hooks/useStoryboardTaskAwareStoryboards.ts22function buildStoryboardTextTargets(storyboards: NovelPromotionStoryboard[]): TaskTarget[] {CODE
LOW…/storyboard/hooks/useStoryboardTaskAwareStoryboards.ts88export function useStoryboardTaskAwareStoryboards({CODE
LOW…mponents/storyboard/hooks/usePanelEpisodeCachePatch.ts21export function usePanelEpisodeCachePatch({CODE
LOW…mponents/storyboard/hooks/useStoryboardGroupActions.ts21export function useStoryboardGroupActions({CODE
LOW…mponents/storyboard/hooks/usePanelImageRegeneration.ts28export function usePanelImageRegeneration({CODE
LOW…nts/storyboard/hooks/useStoryboardPanelAssetActions.ts61export function useStoryboardPanelAssetActions({CODE
LOW…nents/storyboard/hooks/storyboard-panel-asset-utils.ts23export function buildDefaultAssetsForClip({CODE
LOW…nents/storyboard/hooks/useStoryboardGroupTaskErrors.ts17export function useStoryboardGroupTaskErrors({CODE
LOW…omponents/storyboard/hooks/image-generation-runtime.ts17export function updatePanelImageUrlInStoryboards(CODE
LOW…omponents/storyboard/hooks/image-generation-runtime.ts44export function reconcileSubmittingPanelImageIds(CODE
LOW…omponents/storyboard/hooks/image-generation-runtime.ts71export function reconcileModifyingPanelIds(CODE
LOW…tion/components/storyboard/hooks/useImageGeneration.ts41export function useStoryboardImageGeneration({CODE
LOW…mponents/storyboard/hooks/useStoryboardModalRuntime.ts74export function useStoryboardModalRuntime({CODE
LOW…/storyboard/hooks/useStoryboardInsertVariantRuntime.ts31export function useStoryboardInsertVariantRuntime({CODE
LOW…ponents/storyboard/hooks/useStoryboardAiDataRuntime.ts44export function useStoryboardAiDataRuntime({CODE
LOW…ion/components/storyboard/hooks/useAIDataModalState.ts58export function createAIDataModalDraftState(params: {CODE
LOW…ion/components/storyboard/hooks/useAIDataModalState.ts76export function mergeAIDataModalDraftStateByDirty(CODE
LOW…omotion/components/voice/SpeakerVoiceBindingDialog.tsx28export default function SpeakerVoiceBindingDialog({CODE
LOW…l-promotion/components/assets/location-backed-asset.ts3export function canGenerateLocationBackedAsset(CODE
LOW…l-promotion/components/assets/location-backed-asset.ts16export function resolveLocationBackedGenerateType(CODE
LOW…motion/components/assets/AssetsStageStatusOverlays.tsx24export default function AssetsStageStatusOverlays({CODE
LOW…/components/assets/hooks/useBatchGeneration.helpers.ts11function createCharacterGroupSignature(appearance: CharacterAppearance) {CODE
LOW…/components/assets/hooks/useBatchGeneration.helpers.ts19function createLocationGroupSignature(location: Location) {CODE
LOW…tion/components/assets/hooks/useAssetsGlobalActions.ts35export function isGlobalAnalyzeTaskRunning(taskState: GlobalAnalyzeTaskSnapshot): boolean {CODE
478 more matches not shown…
Decorative Section Separators55 hits · 174 pts
SeverityFileLineSnippetContext
MEDIUMtests/unit/helpers/json-repair.test.ts4// ─── safeParseJson ───────────────────────────────────────────────────COMMENT
MEDIUMtests/unit/helpers/json-repair.test.ts49// ─── safeParseJsonObject ─────────────────────────────────────────────COMMENT
MEDIUMtests/unit/helpers/json-repair.test.ts81// ─── safeParseJsonArray ──────────────────────────────────────────────COMMENT
MEDIUMtests/unit/helpers/json-repair.test.ts136// ─── 真实 LLM 畸形输出回归测试 ───────────────────────────────────────COMMENT
MEDIUM…s/novel-promotion/components/assets/AssetFilterBar.tsx6// ─── Types ────────────────────────────────────────────COMMENT
MEDIUM…s/novel-promotion/components/assets/AssetFilterBar.tsx23// ─── Component ────────────────────────────────────────COMMENT
MEDIUM…des/novel-promotion/components/assets/AssetToolbar.tsx37// ─── 剧集筛选 Chip ────────────────────────────────────COMMENT
MEDIUM…/[locale]/workspace/asset-hub/components/AssetGrid.tsx34// ─── 新建资产下拉菜单 ──────────────────────────────────COMMENT
MEDIUMsrc/app/[locale]/dev/segmented-control-test/page.tsx295// ═══════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/app/[locale]/dev/segmented-control-test/page.tsx297// ═══════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/app/[locale]/dev/segmented-control-test/page.tsx299// ─── 方案 G: 玻璃霓虹滑块 (Glass Neon Slide) ────────────COMMENT
MEDIUMsrc/app/[locale]/dev/segmented-control-test/page.tsx557// ═══════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/app/[locale]/dev/segmented-control-test/page.tsx559// ═══════════════════════════════════════════════════════════COMMENT
MEDIUMsrc/app/[locale]/dev/segmented-control-test/page.tsx561// ─── Final 1: 滑动药丸 (Sliding Pill Final) ─────────────COMMENT
MEDIUMsrc/app/[locale]/dev/segmented-control-test/page.tsx5// ─── 演示选项 ─────────────────────────────────────────COMMENT
MEDIUMsrc/app/[locale]/dev/segmented-control-test/page.tsx20// ─── 原始版本 (Current) ──────────────────────────────────COMMENT
MEDIUMsrc/app/[locale]/dev/segmented-control-test/page.tsx50// ─── 方案 A: 滑动指示器 (Sliding Pill) ──────────────────COMMENT
MEDIUMsrc/app/[locale]/dev/segmented-control-test/page.tsx97// ─── 方案 B: 渐变下划线 (Gradient Underline) ────────────COMMENT
MEDIUMsrc/app/[locale]/dev/segmented-control-test/page.tsx146// ─── 方案 C: 胶囊按钮组 (Capsule Group) ─────────────────COMMENT
MEDIUMsrc/app/[locale]/dev/segmented-control-test/page.tsx171// ─── 方案 D: 霓虹卡片 (Neon Card) ───────────────────────COMMENT
MEDIUMsrc/app/[locale]/dev/segmented-control-test/page.tsx223// ─── 方案 E: 玻璃态 (Glassmorphism) ─────────────────────COMMENT
MEDIUMsrc/app/[locale]/dev/segmented-control-test/page.tsx270// ─── 方案 F: 浮雕质感 (Embossed) ────────────────────────COMMENT
MEDIUMsrc/app/[locale]/dev/segmented-control-test/page.tsx350// ─── 方案 H: 极光药丸 (Aurora Pill) ─────────────────────COMMENT
MEDIUMsrc/app/[locale]/dev/segmented-control-test/page.tsx403// ─── 方案 I: 冰晶霓虹 (Ice Neon) ────────────────────────COMMENT
MEDIUMsrc/app/[locale]/dev/segmented-control-test/page.tsx453// ─── 方案 J: 磨砂药丸 (Frosted Pill) ────────────────────COMMENT
MEDIUMsrc/app/[locale]/dev/segmented-control-test/page.tsx502// ─── 方案 K: 星辰玻璃 (Stellar Glass) ───────────────────COMMENT
MEDIUMsrc/app/[locale]/dev/segmented-control-test/page.tsx607// ─── Final 2: 蓝色霓虹 (Blue Neon Final) ────────────────COMMENT
MEDIUMsrc/app/[locale]/dev/segmented-control-test/page.tsx658// ─── 页面 ─────────────────────────────────────────────COMMENT
MEDIUMsrc/components/ui/select-variants.tsx7// ─── Constants & Types ─────────────────────────────────────────COMMENT
MEDIUMsrc/components/ui/select-variants.tsx29// ─── Variant 1: Pill / Solid Card Style ─────────────────────────COMMENT
MEDIUMsrc/components/ui/select-variants.tsx181// ─── Variant 2: Minimalist Line / Base Style ────────────────────COMMENT
MEDIUMsrc/components/ui/select-variants.tsx319// ─── Variant 3: Ghost / Lightweight ─────────────────────────────COMMENT
MEDIUMsrc/components/ui/SegmentedControl.tsx5// ─── Types ────────────────────────────────────────────COMMENT
MEDIUMsrc/components/ui/SegmentedControl.tsx24// ─── Component ────────────────────────────────────────COMMENT
MEDIUM…omponents/ui/config-modals/ModelCapabilityDropdown.tsx19// ─── Types ────────────────────────────────────────────COMMENT
MEDIUM…omponents/ui/config-modals/ModelCapabilityDropdown.tsx76// ─── Helpers ──────────────────────────────────────────COMMENT
MEDIUM…omponents/ui/config-modals/ModelCapabilityDropdown.tsx112// ─── Component ────────────────────────────────────────COMMENT
MEDIUM…ib/novel-promotion/stages/voice-stage-runtime-core.tsx215 // ─── 内联音色绑定弹窗状态 ───────────────────────────COMMENT
MEDIUMsrc/lib/task/reconcile.ts23// ────────────────────── 常量 ──────────────────────COMMENT
MEDIUMsrc/lib/task/reconcile.ts42// ────────────────────── BullMQ Job 状态检查 ──────────────────────COMMENT
MEDIUMsrc/lib/task/reconcile.ts82// ────────────────────── 孤儿任务终止 ──────────────────────COMMENT
MEDIUMsrc/lib/task/reconcile.ts149// ────────────────────── 批量对账 ──────────────────────COMMENT
MEDIUMsrc/lib/task/reconcile.ts209// ────────────────────── Watchdog ──────────────────────COMMENT
MEDIUMsrc/lib/workers/handlers/panel-variant-task-handler.ts28// ── 构建变体提示词 ──────────────────────────────────────COMMENT
MEDIUMsrc/lib/workers/handlers/panel-variant-task-handler.ts70// ── 构建角色和场景描述信息 ─────────────────────────────COMMENT
MEDIUMsrc/lib/logging/file-writer.ts15// ─── environment guard ────────────────────────────────────────────────COMMENT
MEDIUMsrc/lib/logging/file-writer.ts23// ─── node module cache ────────────────────────────────────────────────COMMENT
MEDIUMsrc/lib/logging/file-writer.ts69// ─── project-name cache ───────────────────────────────────────────────COMMENT
MEDIUMsrc/lib/logging/file-writer.ts111// ─── file helpers ─────────────────────────────────────────────────────COMMENT
MEDIUMsrc/lib/logging/file-writer.ts143// ─── 24h cleanup helpers ─────────────────────────────────────────────COMMENT
MEDIUMsrc/lib/logging/file-writer.ts187// ─── prefix mapping ──────────────────────────────────────────────────COMMENT
MEDIUMsrc/lib/logging/file-writer.ts194// ─── buffered events ─────────────────────────────────────────────────COMMENT
MEDIUMsrc/lib/logging/file-writer.ts218// ─── public API ──────────────────────────────────────────────────────COMMENT
MEDIUMsrc/lib/logging/file-writer.ts273// ─── global log writer ──────────────────────────────────────────────COMMENT
MEDIUMsrc/lib/logging/file-writer.ts309// ─── log file access (for download API) ─────────────────────────────COMMENT
Hallucination Indicators9 hits · 90 pts
SeverityFileLineSnippetContext
CRITICALtests/unit/optimistic/sse-invalidation.test.ts82 return runtime.queryClient.invalidateQueries.mock.calls.some((call) => {CODE
CRITICALtests/unit/worker/image-task-handlers-core.test.ts129 const locationUpdateCall = prismaMock.locationImage.update.mock.calls.at(-1) as [unknown] | undefinedCODE
CRITICALtests/unit/worker/image-task-handlers-core.test.ts203 const panelUpdateCall = prismaMock.novelPromotionPanel.update.mock.calls.at(-1) as [unknown] | undefinedCODE
CRITICAL…unit/worker/modify-image-reference-description.test.ts180 const characterUpdateCall = prismaMock.characterAppearance.update.mock.calls.at(-1) as [unknown] | undefinedCODE
CRITICAL…unit/worker/modify-image-reference-description.test.ts216 const globalCharacterUpdateCall = prismaMock.globalCharacterAppearance.update.mock.calls.at(-1) as [unknown] | undefCODE
CRITICAL…unit/worker/modify-image-reference-description.test.ts239 const locationUpdateCall = prismaMock.locationImage.update.mock.calls.at(-1) as [unknown] | undefinedCODE
CRITICAL…unit/worker/modify-image-reference-description.test.ts272 const globalLocationUpdateCall = prismaMock.globalLocationImage.update.mock.calls.at(-1) as [unknown] | undefinedCODE
CRITICAL…unit/worker/modify-image-reference-description.test.ts292 const locationUpdateCall = prismaMock.locationImage.update.mock.calls.at(-1) as [unknown] | undefinedCODE
CRITICAL…unit/worker/modify-image-reference-description.test.ts321 const globalLocationUpdateCall = prismaMock.globalLocationImage.update.mock.calls.at(-1) as [unknown] | undefinedCODE
Cross-Language Confusion (JS/TS)8 hits · 50 pts
SeverityFileLineSnippetContext
HIGHscripts/check-image-urls-contract.ts83 print(summary)CODE
HIGHscripts/check-image-urls-contract.ts103 print(`[check-image-urls-contract] failed scanned=${totalScanned} violations=${totalViolations}`)CODE
HIGHscripts/check-image-urls-contract.ts108 print(`[check-image-urls-contract] ok scanned=${totalScanned}`)CODE
HIGHscripts/migrate-image-urls-contract.ts195 print(summary)CODE
HIGHscripts/migrate-image-urls-contract.ts196 print(`[migrate-image-urls-contract] ${modelName}: reasons=${JSON.stringify(stats.reasons)}`)CODE
HIGHscripts/migrate-image-urls-contract.ts199 print(`[migrate-image-urls-contract] ${modelName}: sampleChanges=${JSON.stringify(samples, null, 2)}`)CODE
HIGHscripts/migrate-image-urls-contract.ts206 print(`[migrate-image-urls-contract] mode=${APPLY ? 'apply' : 'dry-run'}`)CODE
HIGHscripts/migrate-image-urls-contract.ts221 print(`[migrate-image-urls-contract] done scanned=${totals.scanned} updatedRows=${totals.updatedRows} changedFields=${CODE
Fake / Example Data27 hits · 27 pts
SeverityFileLineSnippetContext
LOWmessages/zh/smartImport.json106 "placeholder": "在此处粘贴你的小说章节或剧本内容...",CODE
LOWmessages/zh/assetModal.json68 "placeholder": "描述你想要的角色特征...",CODE
LOWmessages/zh/novel-promotion.json36 "placeholder": "在此处粘贴你的小说章节或剧本内容...",CODE
LOWmessages/zh/configModal.json23 "placeholder": "请输入...",CODE
LOWmessages/zh/storyboard.json198 "placeholder": {CODE
LOWmessages/zh/storyboard.json375 "placeholder": "可选:输入补充说明,如添加一个反应镜头..."CODE
LOWmessages/zh/storyboard.json387 "placeholder": "输入首尾帧视频提示词...",CODE
LOWmessages/zh/video.json67 "placeholder": "输入视频提示词...",CODE
LOWmessages/zh/home.json21 "placeholder": "输入关键词、故事大纲或简短创意...\n\n例如:\n• 古代宫廷 复仇 悬疑 女主角\n• 第一幕:女主回到京城,暗访旧宅;第二幕:宫廷宴会偶遇仇人之子",CODE
LOWmessages/zh/worldContextModal.json4 "placeholder": "例如:\n【男主】张三,25岁,黑色短发,总是穿着一件洗得发白的牛仔夹克,眼神忧郁。\n【女主】李四,22岁,红发双马尾,性格活泼,喜欢穿洛丽塔风格的裙子。\n【场景】2077年的赛博朋克城市,霓虹灯CODE
LOWmessages/en/smartImport.json106 "placeholder": "Paste your novel chapters or script content here...",CODE
LOWmessages/en/assetModal.json68 "placeholder": "Describe the character you want...",CODE
LOWmessages/en/novel-promotion.json36 "placeholder": "Paste your novel chapters or script content here...",CODE
LOWmessages/en/configModal.json23 "placeholder": "Please enter...",CODE
LOWmessages/en/storyboard.json198 "placeholder": {CODE
LOWmessages/en/storyboard.json375 "placeholder": "Optional: Add notes, e.g. add a reaction shot..."CODE
LOWmessages/en/storyboard.json387 "placeholder": "Enter first/last frame video prompt...",CODE
LOWmessages/en/video.json67 "placeholder": "Enter video prompt...",CODE
LOWmessages/en/home.json21 "placeholder": "Enter keywords, story outline, or a short idea...\n\ne.g.\n• ancient palace, revenge, mystery, femalCODE
LOWmessages/en/worldContextModal.json4 "placeholder": "Example:\n【Protagonist】John, 25, short black hair, always wearing a faded denim jacket, melancholy eCODE
LOWtests/unit/task/presentation.test.ts24 expect(state.mode).toBe('placeholder')CODE
LOWsrc/components/ui/config-modals/WorldContextModal.tsx96 placeholder={t('placeholder')}CODE
LOWsrc/components/home/AiWriteModal.tsx88 placeholder={t('placeholder')}CODE
LOWsrc/components/task/TaskStatusOverlay.tsx15 if (state.mode !== 'overlay' && state.mode !== 'placeholder') return nullCODE
LOWsrc/lib/task/presentation.ts5export type TaskPresentationMode = 'none' | 'overlay' | 'placeholder'CODE
LOWsrc/lib/task/presentation.ts35 mode: input.hasOutput ? 'overlay' : 'placeholder',CODE
LOWsrc/lib/task/presentation.ts48 mode: input.hasOutput ? 'overlay' : 'placeholder',CODE
AI Slop Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMsrc/components/ui/model-dropdown-variants.tsx457// No explicit boxes for the dropdown fields. A seamless, document-like feel.COMMENT
Unused Imports2 hits · 2 pts
SeverityFileLineSnippetContext
LOWextract_chinese.py7CODE
LOWextract_chinese.py8CODE
Deep Nesting2 hits · 2 pts
SeverityFileLineSnippetContext
LOWextract_chinese.py10CODE
LOWextract_chinese.py57CODE