From 02e45529722314dc7ebe3180a8e126280ca49c6a Mon Sep 17 00:00:00 2001 From: liushuang Date: Thu, 6 Nov 2025 15:56:16 +0800 Subject: [PATCH] =?UTF-8?q?docs(readme):=20=E6=9B=B4=E6=96=B0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E7=89=88=E6=9C=AC=E5=8F=B7=E8=87=B30.0.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改README中的Maven依赖版本 - 更新Gradle依赖配置示例 - 同步更新操作手册中的版本信息- 更新版本更新日志标题至v0.0.6 --- README.md | 4 ++-- operation_manual.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9dcdf5e..b7c4d3e 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,14 @@ feishu-table-helper 是一个简化飞书表格操作的 Java 库。通过使用 cn.isliu feishu-table-helper - 0.0.5 + 0.0.6 ``` ### Gradle ```gradle -implementation 'cn.isliu:feishu-table-helper:0.0.5' +implementation 'cn.isliu:feishu-table-helper:0.0.6' ``` ## 快速开始 diff --git a/operation_manual.md b/operation_manual.md index c0ebe57..1138119 100644 --- a/operation_manual.md +++ b/operation_manual.md @@ -42,7 +42,7 @@ ### 1.4 版本信息 -- **当前版本**:0.0.5 +- **当前版本**:0.0.6 - **最低 Java 版本**:Java 8 - **主要依赖**: - 飞书开放平台 SDK (oapi-sdk) v2.4.21 @@ -61,14 +61,14 @@ cn.isliu feishu-table-helper - 0.0.5 + 0.0.6 ``` #### Gradle 依赖 ```gradle -implementation 'cn.isliu:feishu-table-helper:0.0.5' +implementation 'cn.isliu:feishu-table-helper:0.0.6' ``` ### 2.2 初始化配置 @@ -2644,7 +2644,7 @@ private String status; ### A. 版本更新日志 -#### v0.0.5 +#### v0.0.6 - 支持 Map 配置方式创建和操作表格 - 支持分组表格创建和读取 - 优化多层级表头合并逻辑