MCPcopy
hub / github.com/buxuku/SmartSub / SearchMatch

Interface SearchMatch

renderer/components/subtitle/SubtitleEditToolbar.tsx:101–104  ·  view source on GitHub ↗

匹配位置:第 index 条的某个字段(替换粒度为条+字段)

Source from the content-addressed store, hash-verified

99
100/** 匹配位置:第 index 条的某个字段(替换粒度为条+字段) */
101interface SearchMatch {
102 index: number;
103 field: 'sourceContent' | 'targetContent';
104}
105
106interface SubtitleEditToolbarProps {
107 subtitles: Subtitle[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected