()
| 1144 | } |
| 1145 | |
| 1146 | hideProgress() { |
| 1147 | const progressSection = document.getElementById('progressSection'); |
| 1148 | if (progressSection) { |
| 1149 | progressSection.style.display = 'none'; |
| 1150 | } |
| 1151 | } |
| 1152 | |
| 1153 | showError(message) { |
| 1154 | // 创建更好的错误显示 |
no outgoing calls
no test coverage detected