From aef0c2f6886a84ae7d873140faef6a80963c9f22 Mon Sep 17 00:00:00 2001 From: shuaiplus <2327005759@qq.com> Date: Sun, 1 Mar 2026 19:41:30 +0800 Subject: [PATCH] docs: update capability descriptions in README files for clarity --- README.md | 2 +- README_EN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a07b965..7471ad3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ English:[`README_EN.md`](./README_EN.md) | 能力项 | Bitwarden | NodeWarden | 说明 | |---|---|---|---| -| 单用户保管库(登录/笔记/卡片/身份) | ✅ | ✅ | 基于Cloudflare D1 | +| Web Vault(登录/笔记/卡片/身份) | ✅ | ✅ | 网页端密码库管理页面 | | 文件夹 / 收藏 | ✅ | ✅ | 常用管理能力可用 | | 全量同步 `/api/sync` | ✅ | ✅ | 已做兼容与性能优化 | | 附件上传/下载 | ✅ | ✅ | 基于 Cloudflare R2 | diff --git a/README_EN.md b/README_EN.md index fd423c9..4baef5f 100644 --- a/README_EN.md +++ b/README_EN.md @@ -26,7 +26,7 @@ | Capability | Bitwarden | NodeWarden | Notes | |---|---|---|---| -| Single-user vault (logins/notes/cards/identities) | ✅ | ✅ | Based on Cloudflare D1 | +| Web Vault (logins/notes/cards/identities) | ✅ | ✅ | Web-based vault management UI | | Folders / Favorites | ✅ | ✅ | Common vault organization supported | | Full sync `/api/sync` | ✅ | ✅ | Compatibility and performance optimized | | Attachment upload/download | ✅ | ✅ | Backed by Cloudflare R2 |