fix: update README to clarify deployment steps and features

This commit is contained in:
shuaiplus
2026-02-15 02:56:31 +08:00
parent 3fff6c0277
commit 309cd98edc
2 changed files with 8 additions and 6 deletions
+4 -3
View File
@@ -18,7 +18,7 @@ English[`README_EN.md`](./README_EN.md)
- ✅ 导入/导出功能 - ✅ 导入/导出功能
- ✅ 网站图标获取 - ✅ 网站图标获取
- ✅ 端到端加密(服务器无法查看明文) - ✅ 端到端加密(服务器无法查看明文)
-兼容常见的 Bitwarden 官方客户端 -无感更新,零停机
## 测试情况: ## 测试情况:
- ✅ Windows 客户端(v2026.1.0 - ✅ Windows 客户端(v2026.1.0
@@ -34,8 +34,9 @@ English[`README_EN.md`](./README_EN.md)
**部署步骤:** **部署步骤:**
1. [![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/shuaiplus/nodewarden) 1. 先在右上角fork此项目(若后续不需要更新,可不fork)
2. 打开部署后生成的链接,并根据网页提示完成后续操作。 2. [![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/shuaiplus/nodewarden)
3. 打开部署后生成的链接,并根据网页提示完成后续操作。
--- ---
+4 -3
View File
@@ -20,7 +20,7 @@ A **Bitwarden-compatible** server that runs on **Cloudflare Workers**.
- ✅ Import / export - ✅ Import / export
- ✅ Website icons - ✅ Website icons
- ✅ End-to-end encryption (the server cant see plaintext) - ✅ End-to-end encryption (the server cant see plaintext)
-Compatible with common Bitwarden official clients -Seamless updates, zero downtime
## Tested clients / platforms ## Tested clients / platforms
@@ -38,8 +38,9 @@ A **Bitwarden-compatible** server that runs on **Cloudflare Workers**.
**Deploy steps:** **Deploy steps:**
1. [![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/shuaiplus/nodewarden) 1. Fork this project (you don't need to fork it if you don't need to update it later).
2. Open the generated service URL and follow the on-page instructions. 2. [![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/shuaiplus/nodewarden)
3. Open the generated service URL and follow the on-page instructions.
## Local development ## Local development