From 2d3353f3139e6a6c8c3a5c63292a995bb5cc7786 Mon Sep 17 00:00:00 2001 From: laoli Date: Sun, 12 Apr 2026 15:30:06 +0800 Subject: [PATCH 1/5] Update README.zh.md --- README.zh.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.zh.md b/README.zh.md index 6a0c8246..5d4589c0 100644 --- a/README.zh.md +++ b/README.zh.md @@ -126,6 +126,23 @@ lark-cli auth login --recommend ```bash lark-cli auth status ``` +### 如何更新/升级(国内版) + +**第 1 步 — 设置国内 npm 镜像** + +```bash +# 设置淘宝/阿里云镜像(加速下载) +npm config set registry https://registry.npmmirror.com + +**第 2 步 — 更新 lark-cli 到最新版本** +```bash +# 全局安装最新版本(自动覆盖旧版) +npm install -g @larksuite/cli@latest + +**第 3 步 — 验证版本** +```bash +# 检查是否更新成功 +lark-cli --version ## Agent Skills From a96076007110356034e2c5bd6dbaf9a064adbf08 Mon Sep 17 00:00:00 2001 From: laoli Date: Sun, 12 Apr 2026 15:40:13 +0800 Subject: [PATCH 2/5] Apply suggestion from @greptile-apps[bot] Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- README.zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.zh.md b/README.zh.md index 5d4589c0..45ee7371 100644 --- a/README.zh.md +++ b/README.zh.md @@ -126,6 +126,7 @@ lark-cli auth login --recommend ```bash lark-cli auth status ``` + ### 如何更新/升级(国内版) **第 1 步 — 设置国内 npm 镜像** From 5124e50fefed4158a0d0daf7c3f0a8988e924403 Mon Sep 17 00:00:00 2001 From: laoli Date: Sun, 12 Apr 2026 15:40:26 +0800 Subject: [PATCH 3/5] Apply suggestion from @greptile-apps[bot] Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- README.zh.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.zh.md b/README.zh.md index 45ee7371..524759d2 100644 --- a/README.zh.md +++ b/README.zh.md @@ -131,20 +131,9 @@ lark-cli auth status **第 1 步 — 设置国内 npm 镜像** -```bash # 设置淘宝/阿里云镜像(加速下载) npm config set registry https://registry.npmmirror.com -**第 2 步 — 更新 lark-cli 到最新版本** -```bash -# 全局安装最新版本(自动覆盖旧版) -npm install -g @larksuite/cli@latest - -**第 3 步 — 验证版本** -```bash -# 检查是否更新成功 -lark-cli --version - ## Agent Skills From 65b3c503320f01d4f0f37ae22cb08464d172280b Mon Sep 17 00:00:00 2001 From: laoli Date: Sun, 12 Apr 2026 16:08:52 +0800 Subject: [PATCH 4/5] Add update instructions for lark-cli Add instructions for updating lark-cli in README.zh.md --- README.zh.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.zh.md b/README.zh.md index 524759d2..5cb1951f 100644 --- a/README.zh.md +++ b/README.zh.md @@ -126,13 +126,28 @@ lark-cli auth login --recommend ```bash lark-cli auth status ``` - ### 如何更新/升级(国内版) **第 1 步 — 设置国内 npm 镜像** +```bash # 设置淘宝/阿里云镜像(加速下载) npm config set registry https://registry.npmmirror.com +``` + +**第 2 步 — 更新 lark-cli 到最新版本** + +```bash +# 全局安装最新版本(自动覆盖旧版) +npm install -g @larksuite/cli@latest +``` + +**第 3 步 — 验证版本** + +```bash +# 检查是否更新成功 +lark-cli --version +``` ## Agent Skills From 1d90e06967816637a29a85683ef345d4136cc426 Mon Sep 17 00:00:00 2001 From: laoli Date: Sun, 12 Apr 2026 16:12:17 +0800 Subject: [PATCH 5/5] Update README.zh.md Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- README.zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.zh.md b/README.zh.md index 5cb1951f..e1016503 100644 --- a/README.zh.md +++ b/README.zh.md @@ -126,6 +126,7 @@ lark-cli auth login --recommend ```bash lark-cli auth status ``` + ### 如何更新/升级(国内版) **第 1 步 — 设置国内 npm 镜像**