()
| 703 | |
| 704 | // 开始选择 |
| 705 | function startSelecting() { |
| 706 | $('body').addClass('h2m-no-scroll') // 防止页面滚动 |
| 707 | isSelecting = true |
| 708 | // 操作指南 |
| 709 | tip(marked.parse(translate.guide)) |
| 710 | } |
| 711 | |
| 712 | // 结束选择 |
| 713 | function endSelecting() { |
no test coverage detected