Browse Source

merge code

feature/big-screen
Qinghui.Liu 3 years ago
parent
commit
50224f1988
  1. 1
      designer-base/src/main/java/com/fr/design/ui/Assistant.java

1
designer-base/src/main/java/com/fr/design/ui/Assistant.java

@ -60,6 +60,7 @@ public class Assistant {
if (path.endsWith(".eot")) {
return "embedded-opentype";
}
Path file = new File(path).toPath();
try {
return Files.probeContentType(file);

Loading…
Cancel
Save