spec(frontend): aboutページにリポジトリ・フィードバックのURLを表示させる (MisskeyIO#438)

This commit is contained in:
まっちゃとーにゅ
2024-02-12 07:53:27 +09:00
committed by GitHub
parent 0d5ddc2406
commit 94f5d47e46
8 changed files with 71 additions and 5 deletions

View File

@@ -8909,8 +8909,8 @@ export type operations = {
swPublicKey?: string | null;
swPrivateKey?: string | null;
tosUrl?: string | null;
repositoryUrl?: string;
feedbackUrl?: string;
repositoryUrl?: string | null;
feedbackUrl?: string | null;
impressumUrl?: string | null;
privacyPolicyUrl?: string | null;
useObjectStorage?: boolean;