mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-23 06:30:48 +08:00
feat: implement settings page and config management
This commit is contained in:
@@ -37,6 +37,9 @@ public class User {
|
||||
|
||||
private String avatar;
|
||||
|
||||
@Column(length = 1000)
|
||||
private String introduction;
|
||||
|
||||
@Enumerated(EnumType.STRING)
|
||||
@Column(nullable = false)
|
||||
private Role role = Role.USER;
|
||||
|
||||
Reference in New Issue
Block a user