From d1a43f2e95b2222bfac72521d5bdf3aa0936ffe7 Mon Sep 17 00:00:00 2001 From: shuaiplus <2327005759@qq.com> Date: Fri, 20 Feb 2026 00:41:47 +0800 Subject: [PATCH] fix: update TOTP field description for clarity in README files --- README.md | 7 ++++--- README_EN.md | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2f39af7..1cf2e54 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ English:[`README_EN.md`](./README_EN.md) --- ## 与 Bitwarden 官方服务端能力对比 -| 能力项 | Bitwarden | NodeWarden | 说明 | +| 能力项 | Bitwarden | NodeWarden | 说明 | |---|---|---|---| | 单用户保管库(登录/笔记/卡片/身份) | ✅ | ✅ | 基于Cloudflare D1 | | 文件夹 / 收藏 | ✅ | ✅ | 常用管理能力可用 | @@ -18,9 +18,10 @@ English:[`README_EN.md`](./README_EN.md) | 附件上传/下载 | ✅ | ✅ | 基于 Cloudflare R2 | | 导入功能 | ✅ | ✅ | 覆盖常见导入路径 | | 网站图标代理 | ✅ | ✅ | 通过 `/icons/{hostname}/icon.png` | +| 密码条目 TOTP 字段 | ❌ | ✅ |官方需要会员,我们的不需要 | | 多用户 | ✅ | ❌ | NodeWarden 定位单用户 | | 组织/集合/成员权限 | ✅ | ❌ | 没必要实现 | -| 完整 2FA(TOTP/WebAuthn/Duo/Email) | ✅ | ❌ | 没必要实现 | +| 登录 2FA(TOTP/WebAuthn/Duo/Email) | ✅ | ❌ | 暂未实现 | | SSO / SCIM / 企业目录 | ✅ | ❌ | 没必要实现 | | Send | ✅ | ❌ | 基本没人用 | | 紧急访问 | ✅ | ❌ | 没必要实现 | @@ -86,4 +87,4 @@ LGPL-3.0 License --- ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=shuaiplus/NodeWarden&type=timeline&legend=top-left)](https://www.star-history.com/#shuaiplus/NodeWarden&type=timeline&legend=top-left) \ No newline at end of file +[![Star History Chart](https://api.star-history.com/svg?repos=shuaiplus/NodeWarden&type=timeline&legend=top-left)](https://www.star-history.com/#shuaiplus/NodeWarden&type=timeline&legend=top-left) diff --git a/README_EN.md b/README_EN.md index a09243a..c97ae4d 100644 --- a/README_EN.md +++ b/README_EN.md @@ -20,9 +20,10 @@ A **Bitwarden-compatible** server that runs on **Cloudflare Workers**. | Attachment upload/download | ✅ | ✅ | Backed by Cloudflare R2 | | Import flow (common clients) | ✅ | ✅ | Common import paths covered | | Website icon proxy | ✅ | ✅ | Via `/icons/{hostname}/icon.png` | +| Vault item TOTP field | ❌ | ✅ | Official service requires premium; NodeWarden does not | | Multi-user | ✅ | ❌ | NodeWarden is single-user by design | | Organizations / Collections / Member roles | ✅ | ❌ | Not necessary to implement | -| Full 2FA (TOTP/WebAuthn/Duo/Email) | ✅ | ❌ | Not necessary to implement | +| Login 2FA (TOTP/WebAuthn/Duo/Email) | ✅ | ❌ | Not implemented yet | | SSO / SCIM / Enterprise directory | ✅ | ❌ | Not necessary to implement | | Send | ✅ | ❌ | Not necessary to implement | | Emergency access | ✅ | ❌ | Not necessary to implement | @@ -92,4 +93,4 @@ LGPL-3.0 License --- ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=shuaiplus/NodeWarden&type=timeline&legend=top-left)](https://www.star-history.com/#shuaiplus/NodeWarden&type=timeline&legend=top-left) \ No newline at end of file +[![Star History Chart](https://api.star-history.com/svg?repos=shuaiplus/NodeWarden&type=timeline&legend=top-left)](https://www.star-history.com/#shuaiplus/NodeWarden&type=timeline&legend=top-left)