()
| 100 | |
| 101 | /* 未登录复制代码 */ |
| 102 | function copyCodeCssFunc() { |
| 103 | const css = ` |
| 104 | #content_views pre, |
| 105 | #content_views pre code { |
| 106 | -webkit-touch-callout: auto !important; |
| 107 | -webkit-user-select: auto !important; |
| 108 | -khtml-user-select: auto !important; |
| 109 | -moz-user-select: auto !important; |
| 110 | -ms-user-select: auto !important; |
| 111 | user-select: auto !important; |
| 112 | }` |
| 113 | addCss(css) |
| 114 | } |
| 115 | |
| 116 | function copyCodeFunc() { |
| 117 | copyCodeCssFunc() |
no test coverage detected