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 ja: Translation = {
|
||||
[Key.author]: '作者',
|
||||
[Key.publishedAt]: '公開日',
|
||||
[Key.license]: 'ライセンス',
|
||||
|
||||
[Key.codeCopy]: 'コピー',
|
||||
[Key.codeCopied]: 'コピーしました',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user