mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-12 15:22:52 +01:00
feat: copy button for code blocks (#67)
* Add code copy * fix: safari copyButton style * fix: addPreCopyButton up time * modify: CopyButton style * fix: Duplicate rendering issue with copy button
This commit is contained in:
@@ -32,6 +32,9 @@ enum I18nKey {
|
||||
author = 'author',
|
||||
publishedAt = 'publishedAt',
|
||||
license = 'license',
|
||||
|
||||
codeCopy = 'copy',
|
||||
codeCopied = 'codeCopied',
|
||||
}
|
||||
|
||||
export default I18nKey
|
||||
|
||||
Reference in New Issue
Block a user