We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7466721 commit 854ad0cCopy full SHA for 854ad0c
document/history.md
@@ -28,8 +28,6 @@ const history = new History({
28
29
|名称|类型|默认值|描述|
30
| -- | -- | -- | -- |
31
-| `snapshot` | `string` | 可选 | 获取某条历史快照内容的接口 |
32
-| `steps` | `string` | 可选 | 按范围获取逐条历史更新内容的接口 |
33
| `fetch` | `string` | 可选 | 获取历史列表的接口 |
34
| `revert` | `string` | 可选 | 还原某一历史接口 |
35
| `user` | `string` | 可选 | 根据id列表获取用户详细信息接口 |
document/revision.md
@@ -32,7 +32,6 @@ const revision = new Revision({
| `length` | `string` | 可选 | 获取版本列表长度接口 |
| `fetch` | `string` | 可选 | 获取版本列表接口 |
| `fetchTitle` | `string` | 可选 | 获取版本标题接口 |
-| `fetchSnapshot` | `string` | 可选 | 获取某版本快照内容接口 |
36
| `fetchContent` | `string` | 可选 | 获取版本内容接口 |
37
| `generate` | `string` | 可选 | 保存版本接口 |
38
| `revert` | `string` | 可选 | 恢复到版本接口 |
0 commit comments