mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 23:02:53 +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:
@@ -35,4 +35,7 @@ export const en: Translation = {
|
||||
[Key.author]: 'Author',
|
||||
[Key.publishedAt]: 'Published at',
|
||||
[Key.license]: 'License',
|
||||
|
||||
[Key.codeCopy]: 'Copy',
|
||||
[Key.codeCopied]: 'Code copied',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user