MCPcopy Create free account
hub / github.com/027xiguapi/code-box / copyCodeCssFunc

Function copyCodeCssFunc

contents/jb51.tsx:73–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71
72 /* 未登录复制代码 */
73 function copyCodeCssFunc() {
74 addCss(`
75 #article .jb51code,
76 #article .code {
77 -webkit-touch-callout: auto !important;
78 -webkit-user-select: auto !important;
79 -khtml-user-select: auto !important;
80 -moz-user-select: auto !important;
81 -ms-user-select: auto !important;
82 user-select: auto !important;
83 }`)
84 }
85
86 function copyCodeFunc() {
87 copyCodeCssFunc()

Callers 1

copyCodeFuncFunction · 0.70

Calls 1

addCssFunction · 0.85

Tested by

no test coverage detected