feat(frontend): add navigateToLink button for CopyTextField. close #372. (#376)

* feat(frontend): add navigateToLink button for CopyTextField. close #372.

* chore(frontend): remove unused props for CopyTextField.
This commit is contained in:
Ivan Li
2024-01-09 22:50:42 +08:00
committed by GitHub
parent eb7216b4b1
commit d7750086b5
4 changed files with 30 additions and 11 deletions

View File

@@ -526,6 +526,7 @@ export default {
"common.button.generate": "Generate",
"common.button.done": "Done",
"common.text.link": "Link",
"common.text.navigate-to-link": "Go to the link",
"common.text.or": "or",
"common.button.go-back": "Go back",
"common.notify.copied": "Your link was copied to the clipboard",

View File

@@ -404,6 +404,7 @@ export default {
"common.button.generate": "生成",
"common.button.done": "完成",
"common.text.link": "链接",
"common.text.navigate-to-link": "访问链接",
"common.text.or": "或",
"common.button.go-back": "返回",
"common.notify.copied": "已复制到剪贴板",