mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
build: v1.5.2-api兼容
This commit is contained in:
parent
a43cde38f1
commit
9c382c639b
@ -9,7 +9,7 @@ const SchemaData = {
|
|||||||
type: 'object',
|
type: 'object',
|
||||||
properties: {
|
properties: {
|
||||||
user_id: { type: ['number', 'string'] },
|
user_id: { type: ['number', 'string'] },
|
||||||
times: { type: 'number' }
|
times: { type: ['number', 'string'] }
|
||||||
},
|
},
|
||||||
required: ['user_id', 'times']
|
required: ['user_id', 'times']
|
||||||
} as const satisfies JSONSchema;
|
} as const satisfies JSONSchema;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user