Skip to content

Commit 854ad0c

Browse files
committed
revert(document): 历史、版本不上新接口
1 parent 7466721 commit 854ad0c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

document/history.md

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ const history = new History({
2828

2929
|名称|类型|默认值|描述|
3030
| -- | -- | -- | -- |
31-
| `snapshot` | `string` | 可选 | 获取某条历史快照内容的接口 |
32-
| `steps` | `string` | 可选 | 按范围获取逐条历史更新内容的接口 |
3331
| `fetch` | `string` | 可选 | 获取历史列表的接口 |
3432
| `revert` | `string` | 可选 | 还原某一历史接口 |
3533
| `user` | `string` | 可选 | 根据id列表获取用户详细信息接口 |

document/revision.md

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const revision = new Revision({
3232
| `length` | `string` | 可选 | 获取版本列表长度接口 |
3333
| `fetch` | `string` | 可选 | 获取版本列表接口 |
3434
| `fetchTitle` | `string` | 可选 | 获取版本标题接口 |
35-
| `fetchSnapshot` | `string` | 可选 | 获取某版本快照内容接口 |
3635
| `fetchContent` | `string` | 可选 | 获取版本内容接口 |
3736
| `generate` | `string` | 可选 | 保存版本接口 |
3837
| `revert` | `string` | 可选 | 恢复到版本接口 |

0 commit comments

Comments
 (0)