1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 00:20:07 +00:00

remove about (#7027)

* remove about

* update

* update

---------

Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
Co-authored-by: r350178982 <32759763+r350178982@users.noreply.github.com>
This commit is contained in:
awu0403
2024-11-13 14:26:10 +08:00
committed by GitHub
parent 3824a899b5
commit a217696d7d
5 changed files with 13 additions and 3 deletions

View File

@@ -103,6 +103,8 @@ export const onlyofficeConverterExtensions = window.app.pageOptions.onlyofficeCo
export const enableFileTags = window.app.pageOptions.enableFileTags || false;
export const enableShowAbout = window.app.pageOptions.enableShowAbout || false;
// dtable
export const workspaceID = window.app.pageOptions.workspaceID;
export const showLogoutIcon = window.app.pageOptions.showLogoutIcon;