mirror of
https://github.com/kekingcn/kkFileView.git
synced 2026-03-30 09:46:17 +00:00
CAD默认预览模式调整为svg
This commit is contained in:
@@ -495,7 +495,7 @@ public class ConfigConstants {
|
||||
return cadPreviewType;
|
||||
}
|
||||
|
||||
@Value("${cad.preview.type:pdf}")
|
||||
@Value("${cad.preview.type:svg}")
|
||||
public void setCadPreviewType(String cadPreviewType) {
|
||||
setCadPreviewTypeValue(cadPreviewType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user