Merge remote-tracking branch 'misskey-dev/develop' into io
This commit is contained in:
commit
c668dc782a
26 changed files with 720 additions and 443 deletions
|
@ -82,6 +82,10 @@ export const packedReversiGameLiteSchema = {
|
|||
type: 'string',
|
||||
optional: false, nullable: false,
|
||||
},
|
||||
noIrregularRules: {
|
||||
type: 'boolean',
|
||||
optional: false, nullable: false,
|
||||
},
|
||||
isLlotheo: {
|
||||
type: 'boolean',
|
||||
optional: false, nullable: false,
|
||||
|
@ -196,6 +200,10 @@ export const packedReversiGameDetailedSchema = {
|
|||
type: 'string',
|
||||
optional: false, nullable: false,
|
||||
},
|
||||
noIrregularRules: {
|
||||
type: 'boolean',
|
||||
optional: false, nullable: false,
|
||||
},
|
||||
isLlotheo: {
|
||||
type: 'boolean',
|
||||
optional: false, nullable: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue