Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于Foundry Slate,我做了一个我想恢复的编辑,因为它破坏了我的用例。我尝试查看文档但无法找到它,但我知道用户之间的提交历史记录保存在 UI 中的某个位置。想知道我可以在 UI 中的哪个位置找到它吗?
Foundry Slate
Snippet
您可以在右上角的 Actions -> Settings -> Versions 下找到 Slate 文档的版本历史记录
应该注意的是,这不仅包括您自己的提交历史,还包括为 Slate 应用程序做出贡献的每个人的提交历史。提交之间的差异是由 Slate 应用程序编译下来时生成的 JSON 计算的。
谢谢
在编辑视图中,您可以单击屏幕右上角的操作下拉菜单,然后选择比较版本以能够还原。