一个纯前端的本地密码管理器,基于 index.html 单文件实现,数据保存在浏览器 localStorage 中,无需后端。

mima/index.html 即可使用(双击或浏览器打开)。AES": "yes"),会提示输入解密密码。passwords.json(15 条账户,分布“测试/社交/工作”)。.app 使用 overflow:hidden,.panel 使用 min-height:0;.accounts 使用 flex:1; min-height:0; overflow:auto;.accounts 区域生效:
scrollbar-width: thin; scrollbar-color: var(--border) transparent::-webkit-scrollbar { width:4px } 等localStorage:
pm_data: 业务数据(标签、账户、置顶、排序等)pm_ui: UI 状态(选中的标签/账户)pm_settings: 设置(AES 开关与密码){
"AES": "no",
"tags": [{ "tag": "社交", "accounts": [ { "id": "acc_xxx", "name": "Twitter", ... } ] }],
"pinnedIds": ["acc_xxx"],
"tagOrder": ["社交", "工作"],
"accountOrderByTag": { "社交": ["acc_xxx", "acc_yyy"] }
}
index.html 内,便于拷贝与离线使用。:root 变量或 .accounts 相关 CSS。.app,三栏宽度在 grid-template-columns 中配置(含两处响应式断点)。MIT License(推荐用于开源示例与个人/商业使用)。
完整许可证文本见本目录下的 LICENSE 文件。