docs: rename user-facing Bitable references to Base (#11)

This commit is contained in:
TimZhong
2026-03-28 16:00:52 +00:00
committed by GitHub
parent 511c24bd95
commit d2ad5e4def
5 changed files with 6 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ Built-in shortcuts for commonly used Lark APIs, enabling concise commands like `
- **Drive** — Upload, download, and manage cloud documents.
- **Docs** — Work with Lark documents.
- **Sheets** — Interact with spreadsheets.
- **Base (Bitable)** — Manage multi-dimensional tables.
- **Base** — Manage multi-dimensional tables.
- **Calendar** — Create and manage calendar events.
- **Mail** — Send and manage emails.
- **Contact** — Look up users and departments.

View File

@@ -14,7 +14,7 @@ import (
var BaseDataQuery = common.Shortcut{
Service: "base",
Command: "+data-query",
Description: "Query and analyze Bitable data with JSON DSL (aggregation, filter, sort)",
Description: "Query and analyze Base data with JSON DSL (aggregation, filter, sort)",
Risk: "read",
Scopes: []string{"base:table:read"},
AuthTypes: authTypes(),

View File

@@ -1,4 +1,4 @@
# Bitable Formula Writing Guide
# Base Formula Writing Guide
## Mandatory Read Acknowledgement
@@ -121,7 +121,7 @@ When using comparison operators (`>`, `>=`, `<`, `<=`, `=`, `!=`), **both sides
## Section 4: Operators
Bitable formulas **only allow** the following operators. `like`, `in`, `<>`, `**`, `^` etc. are prohibited.
Base formulas **only allow** the following operators. `like`, `in`, `<>`, `**`, `^` etc. are prohibited.
| Category | Operators | Description |
| ------------- | -------------------------- | -------------------------------------------------------------------------- |

View File

@@ -1,4 +1,4 @@
# Bitable Lookup Field Configuration Guide
# Base Lookup Field Configuration Guide
## Mandatory Read Acknowledgement

View File

@@ -437,7 +437,7 @@ lark-cli docs +create --title "空白画板示例" --markdown '<whiteboard type=
- 读取时只能获取 token可通过 media-download 查看内容,无法直接读出画板内部内容
- 画板编辑:详见 [SKILL.md](../SKILL.md#重要说明画板编辑)
### 多维表格Bitable
### 多维表格Base
```html
<bitable view="table"/>