refactor: clean up vault components by removing unused drag-and-drop functionality and optimizing icon loading logic

This commit is contained in:
shuaiplus
2026-04-27 23:37:35 +08:00
parent fdb4cb91bf
commit 3be6a16d90
7 changed files with 83 additions and 363 deletions
+2 -2
View File
@@ -653,7 +653,7 @@ const messages: Record<Locale, Record<string, string>> = {
txt_clear_search: "Clear search",
txt_clear_search_esc: "Clear search (Esc)",
txt_sort: "Sort",
txt_sort_manual: "Custom",
txt_sort_last_edited: "Modified",
txt_sort_created: "Created",
txt_sort_name: "A-Z",
@@ -1413,7 +1413,7 @@ const zhCNOverrides: Record<string, string> = {
txt_security_code: '安全码',
txt_security_code_cvv: '安全码 (CVV)',
txt_sort: '排序',
txt_sort_manual: '自定义',
txt_sort_last_edited: '最近修改',
txt_sort_created: '最近创建',
txt_sort_name: 'A-Z',