wip (#14745)
This commit is contained in:
parent
c397b42242
commit
af1cbc131f
19 changed files with 130 additions and 7 deletions
|
|
@ -258,6 +258,11 @@ export class MiMeta {
|
|||
})
|
||||
public turnstileSecretKey: string | null;
|
||||
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
})
|
||||
public enableTestcaptcha: boolean;
|
||||
|
||||
// chaptcha系を追加した際にはnodeinfoのレスポンスに追加するのを忘れないようにすること
|
||||
|
||||
@Column('enum', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue