spec(frontend): aboutページにリポジトリ・フィードバックのURLを表示させる (MisskeyIO#438)
This commit is contained in:
parent
0d5ddc2406
commit
94f5d47e46
8 changed files with 71 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue