feat: add TOTP codes page and related components for displaying verification codes

This commit is contained in:
shuaiplus
2026-03-08 02:31:36 +08:00
parent eec27f3a40
commit 206b0be566
6 changed files with 328 additions and 8 deletions
+6
View File
@@ -65,6 +65,7 @@ const messages: Record<Locale, Record<string, string>> = {
txt_confirm_master_password: "Confirm Master Password",
txt_confirm_password: "Confirm Password",
txt_copy: "Copy",
txt_code_copied: "Code copied",
txt_copy_code: "Copy Code",
txt_copy_link: "Copy Link",
txt_copy_secret: "Copy Secret",
@@ -229,6 +230,8 @@ const messages: Record<Locale, Record<string, string>> = {
txt_no_devices_found: "No devices found.",
txt_no_folder: "No Folder",
txt_no_items: "No items",
txt_no_username: "(No username)",
txt_no_verification_codes: "No verification codes",
txt_no_name: "(No Name)",
txt_no_sends: "No sends",
txt_nodewarden_send: "NodeWarden Send",
@@ -413,6 +416,7 @@ const zhCNOverrides: Record<string, string> = {
txt_confirm: '确认',
txt_move: '移动',
txt_copy: '复制',
txt_code_copied: '验证码已复制',
txt_copy_link: '复制链接',
txt_select_all: '全选',
txt_delete_selected: '删除所选',
@@ -423,6 +427,8 @@ const zhCNOverrides: Record<string, string> = {
txt_folders: '文件夹',
txt_no_folder: '无文件夹',
txt_no_items: '没有项目',
txt_no_username: '无用户名',
txt_no_verification_codes: '没有验证码',
txt_no_sends: '没有发送',
txt_select_an_item: '请选择一个项目',
txt_login: '登录',