enhance: スキップできるようにするかどうかを鯖管で決定できるように
This commit is contained in:
parent
3604c470aa
commit
3dded16104
13 changed files with 71 additions and 9 deletions
|
@ -79,6 +79,10 @@ export const packedMetaLiteSchema = {
|
|||
type: 'boolean',
|
||||
optional: false, nullable: false,
|
||||
},
|
||||
canSkipInitialTutorial: {
|
||||
type: 'boolean',
|
||||
optional: false, nullable: false,
|
||||
},
|
||||
enableHcaptcha: {
|
||||
type: 'boolean',
|
||||
optional: false, nullable: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue