mirror of
https://github.com/zfile-dev/zfile.git
synced 2025-04-19 05:34:52 +00:00
✨ 新增直链和短链是否显示功能
This commit is contained in:
@@ -46,4 +46,10 @@ public class SystemConfigDTO {
|
||||
private Boolean showAnnouncement;
|
||||
|
||||
private String layout;
|
||||
|
||||
private Boolean showLinkBtn;
|
||||
|
||||
private Boolean showShortLink;
|
||||
|
||||
private Boolean showPathLink;
|
||||
}
|
||||
@@ -45,4 +45,9 @@ public class SystemFrontConfigDTO {
|
||||
|
||||
private Boolean defaultSwitchToImgMode;
|
||||
|
||||
private Boolean showLinkBtn;
|
||||
|
||||
private Boolean showShortLink;
|
||||
|
||||
private Boolean showPathLink;
|
||||
}
|
||||
Reference in New Issue
Block a user