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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;