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 zh_TW: Translation = {
|
||||
[Key.author]: '作者',
|
||||
[Key.publishedAt]: '發佈於',
|
||||
[Key.license]: '許可協議',
|
||||
|
||||
[Key.codeCopy]: '複製',
|
||||
[Key.codeCopied]: '複製成功',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user