* @description 关闭任务窗口
()
| 3687 | * @description 关闭任务窗口 |
| 3688 | */ |
| 3689 | function closeTaskWin() { |
| 3690 | // 同屏任务 |
| 3691 | if (settings[SettingType.SAME_TAB] && id.value) { |
| 3692 | closeFrame(); |
| 3693 | return; |
| 3694 | } |
| 3695 | // 非同屏任务 |
| 3696 | closeWin(); |
| 3697 | } |
| 3698 | /** |
| 3699 | * @description 关闭任务窗口 |
| 3700 | */ |
nothing calls this directly
no test coverage detected