build: 1.3.5-beta33

This commit is contained in:
手瓜一十雪
2024-05-18 13:35:57 +08:00
parent 3e8d8817bb
commit db8d30d27b
5 changed files with 11 additions and 22 deletions

View File

@@ -16,7 +16,7 @@ const SchemaData = {
properties: {
group_id: { type: 'number' },
user_id: { type: 'number' },
no_cache: { type: 'boolean' },
no_cache: { type: ['boolean', 'string'] },
},
required: ['group_id', 'user_id']
} as const satisfies JSONSchema;