添加自定义 JS, CSS 支持

This commit is contained in:
zhaojun1998
2020-01-28 13:14:23 +08:00
parent 4bca6cf7a5
commit 6922fa2195
2 changed files with 10 additions and 1 deletions

View File

@@ -37,4 +37,11 @@ public class SystemConfigDTO {
private String domain;
private Boolean enableCache;
private Boolean searchContainEncryptedFile;
private String customJs;
private String customCss;
}