Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/027xiguapi/code-box
/ closeLoginModalFunc
Function
closeLoginModalFunc
contents/csdn.tsx:217–223 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
215
216
// 隐藏登录弹窗
217
function closeLoginModalFunc() {
218
const css = `
219
.passport-login-container {
220
display:none !important;
221
}`
222
addCss(css)
223
}
224
225
// 自动展开代码块
226
function autoOpenCodeFunc() {
Callers
1
PlasmoOverlay
Function · 0.70
Calls
1
addCss
Function · 0.85
Tested by
no test coverage detected