()
| 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() |
no test coverage detected