mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
Feat: サーバー初期設定ウィザード (#15954)
* wip * wip * Update welcome.setup.vue * wip * wip * wip * wip * Update MkServerSetupWizard.vue * Update MkServerSetupWizard.vue * wip * wip * wip * Update types.ts * wip * wip * Update CHANGELOG.md
This commit is contained in:
@@ -8780,6 +8780,7 @@ export type operations = {
|
||||
software: string;
|
||||
versionRange: string;
|
||||
}[];
|
||||
singleUserMode: boolean;
|
||||
/** @enum {string} */
|
||||
ugcVisibilityForVisitor: 'all' | 'local' | 'none';
|
||||
};
|
||||
@@ -11452,6 +11453,7 @@ export type operations = {
|
||||
software: string;
|
||||
versionRange: string;
|
||||
}[];
|
||||
singleUserMode?: boolean;
|
||||
/** @enum {string} */
|
||||
ugcVisibilityForVisitor?: 'all' | 'local' | 'none';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user