1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

feat: sdoc support list history (#5457)

* feat: sdoc support list history

* Feat: git add .

* feat: update code

* feat: update code
This commit is contained in:
杨国璇
2023-04-27 10:36:49 +08:00
committed by GitHub
parent cbc174a23f
commit 8b83ce0196
7 changed files with 316 additions and 7 deletions

View File

@@ -8,6 +8,7 @@ const entryFiles = {
wiki: "/wiki.js",
fileHistory: "/file-history.js",
fileHistoryOld: "/file-history-old.js",
sdocFileHistory: "/pages/sdoc-file-history/index.js",
app: "/app.js",
draft: "/draft.js",
sharedDirView: "/shared-dir-view.js",