TASK:cloud;

This commit is contained in:
shahaibo
2025-06-06 11:08:53 +08:00
parent ce13874431
commit 711859ce89

View File

@@ -14,6 +14,7 @@ public enum DesignProcess implements IEnumDisplay {
RELIGHT("Relight"), RELIGHT("Relight"),
POSE_TRANSFER("Pose transfer"), POSE_TRANSFER("Pose transfer"),
CANVAS("Canvas"), CANVAS("Canvas"),
DE_RECONSTRUCTION("De/Reconstruction"),
; ;
private final String value; private final String value;