feat: add default visibility workspace setting

This commit is contained in:
Steven
2024-02-19 21:11:09 +08:00
parent fafacc92eb
commit 4a6c6b4b2a
16 changed files with 373 additions and 227 deletions

View File

@ -76,7 +76,8 @@
"enable-user-signup": {
"self": "Enable user signup",
"description": "Once enabled, other users can signup."
}
},
"default-visibility": "Default visibility"
}
}
}

View File

@ -76,7 +76,8 @@
"enable-user-signup": {
"self": "启用用户注册",
"description": "允许其他用户注册新账号"
}
},
"default-visibility": "默认可见性"
}
}
}