MCPcopy
hub / github.com/NanmiCoder/MediaCrawler / Field

Function Field

webui/src/components/config/CrawlerConfigPanel.tsx:51–67  ·  view source on GitHub ↗
({ label, hint, children }: FieldProps)

Source from the content-addressed store, hash-verified

49}
50
51function Field({ label, hint, children }: FieldProps) {
52 return (
53 <div className="space-y-2">
54 <div className="space-y-0.5">
55 <Label className="text-xs text-cyber-text-secondary font-mono">
56 {label}
57 </Label>
58 {hint ? (
59 <p className="text-[10px] text-cyber-text-muted leading-snug">
60 {hint}
61 </p>
62 ) : null}
63 </div>
64 {children}
65 </div>
66 )
67}
68
69type KeywordInputProps = {
70 value: string

Callers 15

NoteUrlInfoClass · 0.85
CreatorUrlInfoClass · 0.85
VideoUrlInfoClass · 0.85
CreatorUrlInfoClass · 0.85
VideoUrlInfoClass · 0.85
CreatorUrlInfoClass · 0.85
VideoUrlInfoClass · 0.85
CreatorUrlInfoClass · 0.85
TiebaNoteClass · 0.85
TiebaCommentClass · 0.85
TiebaCreatorClass · 0.85
ZhihuContentClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected