SketchStyle 去除自定义风格

This commit is contained in:
2024-10-04 11:45:00 +08:00
parent 16d06582ee
commit 8899a3a6bb
3 changed files with 1 additions and 5 deletions

View File

@@ -6,9 +6,7 @@ public enum SketchStyle implements IEnumDisplay{
MEDIUM("2"),
THIN("3"),
CUSTOM("Custom");
THIN("3");
private String value;