enhance(frontend): 外部サイトへのリンクは移動の前に警告を表示するように (MisskeyIO#558)
This commit is contained in:
parent
722f01c4e7
commit
01ec286f3f
15 changed files with 141 additions and 7 deletions
|
|
@ -4991,6 +4991,7 @@ export type components = {
|
|||
imageUrl: string;
|
||||
dayOfWeek: number;
|
||||
})[];
|
||||
wellKnownWebsites: string[];
|
||||
/** @default 0 */
|
||||
notesPerOneAd: number;
|
||||
enableEmail: boolean;
|
||||
|
|
@ -5181,7 +5182,8 @@ export type operations = {
|
|||
perUserHomeTimelineCacheMax: number;
|
||||
perUserListTimelineCacheMax: number;
|
||||
notesPerOneAd: number;
|
||||
urlPreviewDenyList?: string[];
|
||||
wellKnownWebsites: string[];
|
||||
urlPreviewDenyList: string[];
|
||||
featuredGameChannels: string[];
|
||||
backgroundImageUrl: string | null;
|
||||
deeplAuthKey: string | null;
|
||||
|
|
@ -9657,6 +9659,7 @@ export type operations = {
|
|||
notesPerOneAd?: number;
|
||||
silencedHosts?: string[] | null;
|
||||
sensitiveMediaHosts?: string[] | null;
|
||||
wellKnownWebsites?: string[] | null;
|
||||
urlPreviewDenyList?: string[] | null;
|
||||
featuredGameChannels?: string[] | null;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue