Skip to content
New issue

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

[features]显示所有字段 隐藏相同项 一键去重 #3

Open
lqzhgood opened this issue May 17, 2023 · 1 comment
Open

[features]显示所有字段 隐藏相同项 一键去重 #3

lqzhgood opened this issue May 17, 2023 · 1 comment

Comments

@lqzhgood
Copy link
Contributor

lqzhgood commented May 17, 2023

lastpass 是可以包含备注的,导入bitwarden后也含有备注
浏览器是没有备注的,导入后不包含备注
以上两者账号密码相同

  • 重复数据显示上能否显示所有字段?[包含备注 、totp 、fields(自定义字段) 等 ...]
  • 添加隐藏相同项功能
  • 全局密码显示切换 (本来就是对比,还要一个个点击显示密码没必要吧)
  • 一键去重功能,如果 A >= B 自动选择 A
          // 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"
                  }
          }
@lqzhgood lqzhgood changed the title [features]显示所有字段 隐藏相同项 高亮不同项 一件去重 [features]显示所有字段 隐藏相同项 高亮不同项 一键去重 May 17, 2023
@lqzhgood lqzhgood changed the title [features]显示所有字段 隐藏相同项 高亮不同项 一键去重 [features]显示所有字段 隐藏相同项 一键去重 May 17, 2023
@lqzhgood
Copy link
Contributor Author

一键 Merger 会比较好~
发现很多字段并不是冲突

a = {
     name: "www.baidu.com",
     note:  null,
}
b = {
     name: "baidu.com",
     note:  "note..."
}

然后 merger 得到 c

c={
     name: "www.baidu.com",
     note:  "note..."
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant