Merge branch 'develop' into mahjong
This commit is contained in:
commit
084e9449dc
18 changed files with 291 additions and 72 deletions
|
|
@ -4719,6 +4719,7 @@ export type operations = {
|
|||
hiddenTags: string[];
|
||||
blockedHosts: string[];
|
||||
sensitiveWords: string[];
|
||||
prohibitedWords: string[];
|
||||
bannedEmailDomains?: string[];
|
||||
preservedUsernames: string[];
|
||||
hcaptchaSecretKey: string | null;
|
||||
|
|
@ -8473,6 +8474,7 @@ export type operations = {
|
|||
hiddenTags?: string[] | null;
|
||||
blockedHosts?: string[] | null;
|
||||
sensitiveWords?: string[] | null;
|
||||
prohibitedWords?: string[] | null;
|
||||
themeColor?: string | null;
|
||||
mascotImageUrl?: string | null;
|
||||
bannerUrl?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue