MCPcopy
hub / github.com/ys1231/MoveCertificate / hideSkeleton

Function hideSkeleton

webdev/src/ui-renderer.ts:120–125  ·  view source on GitHub ↗
(containerId: string)

Source from the content-addressed store, hash-verified

118 * 数据加载完成后调用,清空骨架屏内容
119 */
120export function hideSkeleton(containerId: string): void {
121 const el = document.getElementById(containerId);
122 if (el) {
123 el.innerHTML = '';
124 }
125}
126
127// ==================== 模式配置 ====================
128

Callers 4

loadCertsTabFunction · 0.85
loadModeTabFunction · 0.85
loadLogTabFunction · 0.85
refreshLogTabFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected