build: v1.5.2-api兼容

This commit is contained in:
手瓜一十雪 2024-06-05 15:04:04 +08:00
parent a43cde38f1
commit 9c382c639b

View File

@ -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;