MCPcopy Create free account
hub / github.com/Xu22Web/tech-study-js / renderFrame

Function renderFrame

tech-study.js:328–333  ·  view source on GitHub ↗

* @description 渲染窗口

()

Source from the content-addressed store, hash-verified

326 * @description 渲染窗口
327 */
328function renderFrame() {
329 // 窗口
330 const frame = Frame();
331 // 插入节点
332 mountElement(frame);
333}
334/* 答案 API */
335/**
336 * @description 获取答案

Callers 1

tech-study.jsFile · 0.70

Calls 2

FrameFunction · 0.70
mountElementFunction · 0.70

Tested by

no test coverage detected