MCPcopy Index your code
hub / github.com/027xiguapi/code-box / closeLoginModalFunc

Function closeLoginModalFunc

contents/php.tsx:121–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119
120 // 关闭登录弹框
121 function closeLoginModalFunc() {
122 const css = `
123 .layui-layer-shade,
124 .layui-layer-iframe {
125 display:none !important;
126 }`
127 addCss(css)
128 }
129
130 function getDescription() {
131 const summary = document.querySelector<HTMLMetaElement>(

Callers 1

PlasmoOverlayFunction · 0.70

Calls 1

addCssFunction · 0.85

Tested by

no test coverage detected