docs(README): 更新快速开始指南
- 在初始化配置部分添加 TODO 提示,引导用户进行读写数据操作 - 更新员工表截图,确保文档中的示例与实际功能保持一致
This commit is contained in:
parent
3bd232059f
commit
1ea23d96fa
@ -40,6 +40,8 @@ implementation 'cn.isliu:feishu-table-helper:0.0.3'
|
||||
// 初始化配置
|
||||
try (FsClient fsClient = FsClient.getInstance()) {
|
||||
fsClient.initializeClient("your_app_id","your_app_secret");
|
||||
|
||||
// TODO 读写数据
|
||||
}
|
||||
```
|
||||
|
||||
@ -72,7 +74,7 @@ public class Employee extends BaseEntity {
|
||||
String sheetId = FsHelper.create("员工表", "your_spreadsheet_token", Employee.class);
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### 4. 写入数据
|
||||
|
||||
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Loading…
Reference in New Issue
Block a user