| 5 | import { MessageAttrs } from 'easy-us/lib/interfaces/custom-window'; |
| 6 | |
| 7 | export interface CommonWorkOptions { |
| 8 | period: number; |
| 9 | thread: number; |
| 10 | upload: WorkUploadType; |
| 11 | answererWrappers: AnswererWrapper[]; |
| 12 | stopSecondWhenFinish: number; |
| 13 | redundanceWordsText: string; |
| 14 | answerSeparators: string; |
| 15 | } |
| 16 | |
| 17 | /** 创建答题预处理信息 */ |
| 18 | export function workPreCheckMessage( |
nothing calls this directly
no outgoing calls
no test coverage detected