fix: add support for KeePass CSV import format and enhance import parsing logic

This commit is contained in:
shuaiplus
2026-06-07 19:18:17 +08:00
parent cda654e1c3
commit bfea5d0a1c
5 changed files with 51 additions and 1 deletions
+1
View File
@@ -91,6 +91,7 @@ const COMMON_IMPORT_SOURCE_IDS: ImportSourceId[] = [
'lastpass',
'dashlane_csv',
'dashlane_json',
'keepass_csv',
'keepass_xml',
'keepassx_csv',
];