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

Function showLoadingAnimation

collect/manual/static/js/script.js:30–36  ·  view source on GitHub ↗

* 显示加载动画

()

Source from the content-addressed store, hash-verified

28 * 显示加载动画
29 */
30function showLoadingAnimation() {
31 console.log('显示加载动画');
32 const overlay = document.getElementById('loadingOverlay');
33 if (overlay) {
34 overlay.classList.remove('hide');
35 }
36}
37
38/**
39 * 隐藏加载动画

Callers 3

handleWaitFunction · 0.85
refreshScreenshotFunction · 0.85
sendInputTextFunction · 0.85

Calls 1

logMethod · 0.80

Tested by

no test coverage detected