feat: add workspace setting section

This commit is contained in:
Steven
2023-06-23 22:46:35 +08:00
parent 61568840d3
commit afbf935a71
8 changed files with 101 additions and 6 deletions

View File

@ -5,4 +5,5 @@ interface Profile {
interface SystemStatus {
profile: Profile;
disallowSignUp: boolean;
}