1、修改用户名

2、更改账号绑定邮箱地址
This commit is contained in:
2024-09-25 16:15:18 +08:00
parent b43f9baead
commit 2bc5fef175
13 changed files with 243 additions and 7 deletions

View File

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