希望在代码框的右上角出现一键复制的功能 #265
AB-IN-lsy
started this conversation in
Ideas(提出优化建议、新功能等)
Replies: 1 comment
-
这个本身主题支持,当主题的 // 源码隐藏了simple和carbon的复制按钮
if (type === 'simple' || type === 'carbon') {
btnContainer += '.highlight figcaption:not(".custom")'
} else {
btnContainer += '.highlight figcaption'
}
// 删除if判断,全部显示
btnContainer += '.highlight figcaption' 其他不用动 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
如题,希望在代码框的右上角出现一键复制的功能
Beta Was this translation helpful? Give feedback.
All reactions