feat: update version to 1.4.1 and enhance drag-and-drop functionality for TOTP and website entries

This commit is contained in:
shuaiplus
2026-03-27 00:54:24 +08:00
parent 3e5a80e498
commit 9e892e85a2
8 changed files with 613 additions and 89 deletions
+2
View File
@@ -451,6 +451,7 @@ const messages: Record<Locale, Record<string, string>> = {
txt_master_password_reprompt_2: "Master Password Reprompt",
txt_max_access_count: "Max Access Count",
txt_middle_name: "Middle Name",
txt_drag_to_reorder: "Drag to reorder",
txt_move: "Move",
txt_move_selected_items: "Move Selected Items",
txt_moved_selected_items: "Moved selected items",
@@ -879,6 +880,7 @@ const zhCNOverrides: Record<string, string> = {
txt_delete: '删除',
txt_save: '保存',
txt_confirm: '确认',
txt_drag_to_reorder: '拖动调整顺序',
txt_move: '移动',
txt_copy: '复制',
txt_code_copied: '验证码已复制',