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:
Kuroki_Tsuki
2024-06-21 19:58:47 +08:00
committed by saicaca
parent 815692899d
commit 88a7414625
6 changed files with 67 additions and 0 deletions

View File

@@ -35,4 +35,7 @@ export const ja: Translation = {
[Key.author]: '作者',
[Key.publishedAt]: '公開日',
[Key.license]: 'ライセンス',
[Key.codeCopy]: 'コピー',
[Key.codeCopied]: 'コピーしました',
}