MCPcopy
hub / github.com/IPADS-SAI/MobiAgent / hideLoadingAnimation

Function hideLoadingAnimation

collect/manual/static/js/script.js:41–47  ·  view source on GitHub ↗

* 隐藏加载动画

()

Source from the content-addressed store, hash-verified

39 * 隐藏加载动画
40 */
41function hideLoadingAnimation() {
42 console.log('隐藏加载动画');
43 const overlay = document.getElementById('loadingOverlay');
44 if (overlay) {
45 overlay.classList.add('hide');
46 }
47}
48
49// 检查设备连接状态
50async function checkDeviceStatus() {

Callers 3

takeScreenshotFunction · 0.85
refreshScreenshotFunction · 0.85
startAutoRefreshFunction · 0.85

Calls 1

logMethod · 0.80

Tested by

no test coverage detected