Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xu22Web/tech-study-js
/ renderPanel
Function
renderPanel
tech-study.js:319–324 ·
view source on GitHub ↗
* @description 渲染面板 * @returns
()
Source
from the content-addressed store, hash-verified
317
* @returns
318
*/
319
async
function
renderPanel() {
320
// 面板
321
const
panel = Panel();
322
// 插入节点
323
mountElement(panel);
324
}
325
/**
326
* @description 渲染窗口
327
*/
Callers
1
tech-study.js
File · 0.70
Calls
2
Panel
Function · 0.70
mountElement
Function · 0.70
Tested by
no test coverage detected