mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
[image file view] rewrote it with react (#2983)
* [image file view] rewrote it with react * [image file view] modification * [image file view] modified code indentation & etc.
This commit is contained in:
@@ -7,6 +7,7 @@ export const avatarInfo = window.app.config.avatarInfo;
|
||||
export const logoPath = window.app.config.logoPath;
|
||||
export const mediaUrl = window.app.config.mediaUrl;
|
||||
export const siteTitle = window.app.config.siteTitle;
|
||||
export const siteName = window.app.config.siteName;
|
||||
export const logoWidth = window.app.config.logoWidth;
|
||||
export const logoHeight = window.app.config.logoHeight;
|
||||
export const isPro = window.app.config.isPro === 'True';
|
||||
|
Reference in New Issue
Block a user