-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
853b89e
commit 6519bcb
Showing
21 changed files
with
139 additions
and
19 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
# v1.3.0 更新 | ||
|
||
### 1. 字段值验证规则增强 | ||
|
||
* **唯一值校验约束:**新增字段唯一值验证功能,确保字段值在整个表格中唯一。 | ||
* **非空验证:**增加了字段非空验证功能,防止关键信息缺失。 | ||
|
||
<figure><img src="../.gitbook/assets/image (9) (2).png" alt=""><figcaption></figcaption></figure> | ||
|
||
|
||
|
||
### 2. API 查询构建器 | ||
|
||
引入可视化 API 查询构建器,大幅简化 API 请求构建过程: | ||
|
||
1. 点击表格右上角 「 API - RestfulAPI 」 按钮进入构建器界面 | ||
2. 通过直观的用户界面快速构建查询请求 | ||
3. 一键复制生成的可直接运行代码 | ||
|
||
<figure><img src="../.gitbook/assets/image (10) (2).png" alt=""><figcaption></figcaption></figure> | ||
|
||
<figure><img src="../.gitbook/assets/image (11) (2).png" alt=""><figcaption></figcaption></figure> | ||
|
||
|
||
|
||
### 3. 用户体验优化 | ||
|
||
3.1 记录创建流程优化 | ||
|
||
* 允许用户填写完整行信息后再创建记录,提高数据完整性 | ||
|
||
<figure><img src="../.gitbook/assets/image (12) (3).png" alt=""><figcaption></figcaption></figure> | ||
|
||
|
||
|
||
#### 3.2 日期选择器升级 | ||
|
||
* 日期选择器现支持直接选择年份和月份,提高选择效率 | ||
|
||
<figure><img src="../.gitbook/assets/image (13) (2).png" alt=""><figcaption></figcaption></figure> | ||
|
||
|
||
|
||
#### 3.3 数字字段编辑优化 | ||
|
||
* 编辑过程中,数字字段显示未格式化的原始值,便于精确修改 | ||
|
||
<figure><img src="../.gitbook/assets/image (14) (2).png" alt=""><figcaption></figcaption></figure> | ||
|
||
|
||
|
||
#### 3.4 分享功能增强 | ||
|
||
* 分享视图链接时新增二维码分享选项,方便移动端用户快速访问 | ||
|
||
<figure><img src="../.gitbook/assets/image (15) (2).png" alt="" width="375"><figcaption></figcaption></figure> | ||
|
||
|
||
|
||
### 4. 数据导入功能提升 | ||
|
||
#### 4.1 导入通知 | ||
|
||
* 成功导入数据后,系统将发送电子邮件通知用户 | ||
|
||
|
||
|
||
#### 4.2 性能优化 | ||
|
||
* CSV 导入速度提升 100%,大幅缩短数据导入时间 | ||
|
||
|
||
|
||
#### 4.3 API 导入增强 | ||
|
||
* 启用 API 类型转换后,用户字段支持填写用户名、ID 或电子邮件进行写入 | ||
|
||
|
||
|
||
### 5. 系统集成 | ||
|
||
* 附件功能新增 S3 集成支持,提供更可靠的文件存储方案 | ||
|
||
|
||
|
||
### 6. 问题修复 | ||
|
||
修复了以下问题: | ||
|
||
1. 查找用户时无法进行过滤 | ||
2. 下载附件时文件名丢失 | ||
3. 新行无法复制粘贴 | ||
4. 某些情况下附件无法正常显示 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# v1.3.1 更新 | ||
|
||
### 1. 分享视图嵌入与自定义共享 | ||
|
||
Teable 新增了视图嵌入功能,并优化了共享设置: | ||
|
||
1. 视图嵌入:现在您可以将视图嵌入到其他网页中。 | ||
2. 共享设置增强 | ||
1. 可控制主题展示 | ||
2. 可隐藏工具栏 | ||
|
||
操作步骤: | ||
|
||
1. 打开目标表格,点击右上角"分享"按钮 | ||
2. 在弹出窗口中确认分享设置 | ||
3. 根据需求调整以下参数: | ||
1. 主题选择 | ||
2. 工具栏显示 | ||
3. 嵌入代码 | ||
|
||
<figure><img src="../.gitbook/assets/qianru-1.png" alt=""><figcaption></figcaption></figure> | ||
|
||
<figure><img src="../.gitbook/assets/qianru-2.png" alt=""><figcaption></figcaption></figure> | ||
|
||
通过新功能,您可以更灵活地控制共享内容的展示方式,提升协作效率 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters