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