From 309cd98edcf70b333c8f71330d1849ef8705c462 Mon Sep 17 00:00:00 2001 From: shuaiplus <2327005759@qq.com> Date: Sun, 15 Feb 2026 02:56:31 +0800 Subject: [PATCH] fix: update README to clarify deployment steps and features --- README.md | 7 ++++--- README_EN.md | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 68ec2da..9351196 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ English:[`README_EN.md`](./README_EN.md) - ✅ 导入/导出功能 - ✅ 网站图标获取 - ✅ 端到端加密(服务器无法查看明文) -- ✅ 兼容常见的 Bitwarden 官方客户端 +- ✅ 无感更新,零停机 ## 测试情况: - ✅ 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) -2. 打开部署后生成的链接,并根据网页提示完成后续操作。 +1. 先在右上角fork此项目(若后续不需要更新,可不fork) +2. [![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/shuaiplus/nodewarden) +3. 打开部署后生成的链接,并根据网页提示完成后续操作。 --- diff --git a/README_EN.md b/README_EN.md index c42220a..1639d99 100644 --- a/README_EN.md +++ b/README_EN.md @@ -20,7 +20,7 @@ A **Bitwarden-compatible** server that runs on **Cloudflare Workers**. - ✅ Import / export - ✅ Website icons - ✅ End-to-end encryption (the server can’t see plaintext) -- ✅ Compatible with common Bitwarden official clients +- ✅ Seamless updates, zero downtime ## Tested clients / platforms @@ -38,8 +38,9 @@ A **Bitwarden-compatible** server that runs on **Cloudflare Workers**. **Deploy steps:** -1. [![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/shuaiplus/nodewarden) -2. Open the generated service URL and follow the on-page instructions. +1. Fork this project (you don't need to fork it if you don't need to update it later). +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