mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
build: v1.5.2-api兼容
This commit is contained in:
@@ -9,7 +9,7 @@ const SchemaData = {
|
||||
type: 'object',
|
||||
properties: {
|
||||
user_id: { type: ['number', 'string'] },
|
||||
times: { type: 'number' }
|
||||
times: { type: ['number', 'string'] }
|
||||
},
|
||||
required: ['user_id', 'times']
|
||||
} as const satisfies JSONSchema;
|
||||
|
Reference in New Issue
Block a user