feat(core): reorg workspace settings (#9718)

fix AF-2118
This commit is contained in:
pengx17
2025-01-22 03:11:27 +00:00
parent 83ed215f4a
commit defb0de4dd
31 changed files with 209 additions and 128 deletions

View File

@@ -11,7 +11,7 @@ export type SettingTab =
| 'experimental-features'
| 'editor'
| 'account'
| `workspace:${'preference' | 'properties' | 'billing' | 'license'}`;
| `workspace:${'preference' | 'properties' | 'members' | 'storage' | 'billing' | 'license'}`;
export type GLOBAL_DIALOG_SCHEMA = {
'create-workspace': (props: { serverId?: string; forcedCloud?: boolean }) => {