We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lastpass 是可以包含备注的,导入bitwarden后也含有备注 浏览器是没有备注的,导入后不包含备注 以上两者账号密码相同
// A { "url": "www.baidu.com", "username": "abc", "password": "ps", "ext":{ note:"xxxx", totp: "123123" <----其他 kv 都一致,这是额外的 } } // B { "url": "www.baidu.com", "username": "abc", "password": "ps", "ext":{ note:"xxxx" } }
The text was updated successfully, but these errors were encountered:
一键 Merger 会比较好~ 发现很多字段并不是冲突
a = { name: "www.baidu.com", note: null, } b = { name: "baidu.com", note: "note..." }
然后 merger 得到 c
c
c={ name: "www.baidu.com", note: "note..." }
Sorry, something went wrong.
No branches or pull requests
lastpass 是可以包含备注的,导入bitwarden后也含有备注
浏览器是没有备注的,导入后不包含备注
以上两者账号密码相同
The text was updated successfully, but these errors were encountered: