From 1e7f130a24904fe69ff785919e34c701bd23aa38 Mon Sep 17 00:00:00 2001 From: timzhong2000 Date: Sat, 28 Mar 2026 13:54:38 +0800 Subject: [PATCH 1/5] docs: add npm downloads badge to readmes --- README.md | 1 + README.zh.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 3961fe108e..0231257165 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Go Version](https://img.shields.io/badge/go-%3E%3D1.23-blue.svg)](https://go.dev/) [![npm version](https://img.shields.io/npm/v/@larksuite/cli.svg)](https://www.npmjs.com/package/@larksuite/cli) +[![npm downloads](https://img.shields.io/npm/dw/%40larksuite%2Fcli?label=npm%20downloads)](https://www.npmjs.com/package/@larksuite/cli) [中文版](./README.zh.md) | [English](./README.md) diff --git a/README.zh.md b/README.zh.md index 849c8a3043..3fd8e0cb8a 100644 --- a/README.zh.md +++ b/README.zh.md @@ -3,6 +3,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Go Version](https://img.shields.io/badge/go-%3E%3D1.23-blue.svg)](https://go.dev/) [![npm version](https://img.shields.io/npm/v/@larksuite/cli.svg)](https://www.npmjs.com/package/@larksuite/cli) +[![npm downloads](https://img.shields.io/npm/dw/%40larksuite%2Fcli?label=npm%20downloads)](https://www.npmjs.com/package/@larksuite/cli) [中文版](./README.zh.md) | [English](./README.md) From f6df9f0dfeac789daba4e1e5780d98b876facbc5 Mon Sep 17 00:00:00 2001 From: timzhong2000 Date: Sat, 28 Mar 2026 13:55:45 +0800 Subject: [PATCH 2/5] docs: add stars, npm version, and agent badge --- README.md | 2 ++ README.zh.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 0231257165..560f4c431a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![Go Version](https://img.shields.io/badge/go-%3E%3D1.23-blue.svg)](https://go.dev/) [![npm version](https://img.shields.io/npm/v/@larksuite/cli.svg)](https://www.npmjs.com/package/@larksuite/cli) [![npm downloads](https://img.shields.io/npm/dw/%40larksuite%2Fcli?label=npm%20downloads)](https://www.npmjs.com/package/@larksuite/cli) +[![GitHub stars](https://img.shields.io/github/stars/larksuite/cli?label=stars)](https://github.com/larksuite/cli/stargazers) +[![Awesome for Agents](https://img.shields.io/badge/Awesome%20for-Agents-6f42c1)](#why-lark-cli) [中文版](./README.zh.md) | [English](./README.md) diff --git a/README.zh.md b/README.zh.md index 3fd8e0cb8a..6bf0a1ccda 100644 --- a/README.zh.md +++ b/README.zh.md @@ -4,6 +4,8 @@ [![Go Version](https://img.shields.io/badge/go-%3E%3D1.23-blue.svg)](https://go.dev/) [![npm version](https://img.shields.io/npm/v/@larksuite/cli.svg)](https://www.npmjs.com/package/@larksuite/cli) [![npm downloads](https://img.shields.io/npm/dw/%40larksuite%2Fcli?label=npm%20downloads)](https://www.npmjs.com/package/@larksuite/cli) +[![GitHub stars](https://img.shields.io/github/stars/larksuite/cli?label=stars)](https://github.com/larksuite/cli/stargazers) +[![Awesome for Agents](https://img.shields.io/badge/Awesome%20for-Agents-6f42c1)](#为什么选-lark-cli) [中文版](./README.zh.md) | [English](./README.md) From 34c6ffa69a241ee52d6e892d68acdf11f00a6b92 Mon Sep 17 00:00:00 2001 From: timzhong2000 Date: Sun, 29 Mar 2026 00:04:35 +0800 Subject: [PATCH 3/5] docs: reorder README header badges --- README.md | 10 +++++----- README.zh.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 560f4c431a..b744205f8f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # lark-cli -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Go Version](https://img.shields.io/badge/go-%3E%3D1.23-blue.svg)](https://go.dev/) -[![npm version](https://img.shields.io/npm/v/@larksuite/cli.svg)](https://www.npmjs.com/package/@larksuite/cli) -[![npm downloads](https://img.shields.io/npm/dw/%40larksuite%2Fcli?label=npm%20downloads)](https://www.npmjs.com/package/@larksuite/cli) -[![GitHub stars](https://img.shields.io/github/stars/larksuite/cli?label=stars)](https://github.com/larksuite/cli/stargazers) [![Awesome for Agents](https://img.shields.io/badge/Awesome%20for-Agents-6f42c1)](#why-lark-cli) +[![GitHub stars](https://img.shields.io/github/stars/larksuite/cli?label=stars)](https://github.com/larksuite/cli/stargazers) +[![npm downloads](https://img.shields.io/npm/dw/%40larksuite%2Fcli?label=npm%20downloads)](https://www.npmjs.com/package/@larksuite/cli) +[![npm version](https://img.shields.io/npm/v/@larksuite/cli.svg)](https://www.npmjs.com/package/@larksuite/cli) +[![Go Version](https://img.shields.io/badge/go-%3E%3D1.23-blue.svg)](https://go.dev/) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [中文版](./README.zh.md) | [English](./README.md) diff --git a/README.zh.md b/README.zh.md index 6bf0a1ccda..ea5cd8d4f6 100644 --- a/README.zh.md +++ b/README.zh.md @@ -1,11 +1,11 @@ # lark-cli -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Go Version](https://img.shields.io/badge/go-%3E%3D1.23-blue.svg)](https://go.dev/) -[![npm version](https://img.shields.io/npm/v/@larksuite/cli.svg)](https://www.npmjs.com/package/@larksuite/cli) -[![npm downloads](https://img.shields.io/npm/dw/%40larksuite%2Fcli?label=npm%20downloads)](https://www.npmjs.com/package/@larksuite/cli) -[![GitHub stars](https://img.shields.io/github/stars/larksuite/cli?label=stars)](https://github.com/larksuite/cli/stargazers) [![Awesome for Agents](https://img.shields.io/badge/Awesome%20for-Agents-6f42c1)](#为什么选-lark-cli) +[![GitHub stars](https://img.shields.io/github/stars/larksuite/cli?label=stars)](https://github.com/larksuite/cli/stargazers) +[![npm downloads](https://img.shields.io/npm/dw/%40larksuite%2Fcli?label=npm%20downloads)](https://www.npmjs.com/package/@larksuite/cli) +[![npm version](https://img.shields.io/npm/v/@larksuite/cli.svg)](https://www.npmjs.com/package/@larksuite/cli) +[![Go Version](https://img.shields.io/badge/go-%3E%3D1.23-blue.svg)](https://go.dev/) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [中文版](./README.zh.md) | [English](./README.md) From 7e11963e619f4d214f21762cd9cdaeb311b49a54 Mon Sep 17 00:00:00 2001 From: timzhong2000 Date: Sun, 29 Mar 2026 00:05:27 +0800 Subject: [PATCH 4/5] docs: remove stars badge from README headers --- README.md | 1 - README.zh.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index b744205f8f..30bf180cf1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # lark-cli [![Awesome for Agents](https://img.shields.io/badge/Awesome%20for-Agents-6f42c1)](#why-lark-cli) -[![GitHub stars](https://img.shields.io/github/stars/larksuite/cli?label=stars)](https://github.com/larksuite/cli/stargazers) [![npm downloads](https://img.shields.io/npm/dw/%40larksuite%2Fcli?label=npm%20downloads)](https://www.npmjs.com/package/@larksuite/cli) [![npm version](https://img.shields.io/npm/v/@larksuite/cli.svg)](https://www.npmjs.com/package/@larksuite/cli) [![Go Version](https://img.shields.io/badge/go-%3E%3D1.23-blue.svg)](https://go.dev/) diff --git a/README.zh.md b/README.zh.md index ea5cd8d4f6..11a5132b7c 100644 --- a/README.zh.md +++ b/README.zh.md @@ -1,7 +1,6 @@ # lark-cli [![Awesome for Agents](https://img.shields.io/badge/Awesome%20for-Agents-6f42c1)](#为什么选-lark-cli) -[![GitHub stars](https://img.shields.io/github/stars/larksuite/cli?label=stars)](https://github.com/larksuite/cli/stargazers) [![npm downloads](https://img.shields.io/npm/dw/%40larksuite%2Fcli?label=npm%20downloads)](https://www.npmjs.com/package/@larksuite/cli) [![npm version](https://img.shields.io/npm/v/@larksuite/cli.svg)](https://www.npmjs.com/package/@larksuite/cli) [![Go Version](https://img.shields.io/badge/go-%3E%3D1.23-blue.svg)](https://go.dev/) From a15f2834521f85d648b15724f33101856bca4138 Mon Sep 17 00:00:00 2001 From: timzhong2000 Date: Sun, 29 Mar 2026 00:06:42 +0800 Subject: [PATCH 5/5] docs: simplify README header badges --- README.md | 2 -- README.zh.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index 30bf180cf1..4b27ab6463 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ [![Awesome for Agents](https://img.shields.io/badge/Awesome%20for-Agents-6f42c1)](#why-lark-cli) [![npm downloads](https://img.shields.io/npm/dw/%40larksuite%2Fcli?label=npm%20downloads)](https://www.npmjs.com/package/@larksuite/cli) -[![npm version](https://img.shields.io/npm/v/@larksuite/cli.svg)](https://www.npmjs.com/package/@larksuite/cli) -[![Go Version](https://img.shields.io/badge/go-%3E%3D1.23-blue.svg)](https://go.dev/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [中文版](./README.zh.md) | [English](./README.md) diff --git a/README.zh.md b/README.zh.md index 11a5132b7c..df7ed8923b 100644 --- a/README.zh.md +++ b/README.zh.md @@ -2,8 +2,6 @@ [![Awesome for Agents](https://img.shields.io/badge/Awesome%20for-Agents-6f42c1)](#为什么选-lark-cli) [![npm downloads](https://img.shields.io/npm/dw/%40larksuite%2Fcli?label=npm%20downloads)](https://www.npmjs.com/package/@larksuite/cli) -[![npm version](https://img.shields.io/npm/v/@larksuite/cli.svg)](https://www.npmjs.com/package/@larksuite/cli) -[![Go Version](https://img.shields.io/badge/go-%3E%3D1.23-blue.svg)](https://go.dev/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [中文版](./README.zh.md) | [English](./README.md)