Merge branch 'main' into pr/57

This commit is contained in:
手瓜一十雪
2024-06-04 12:31:43 +08:00
3 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ import { uid2UinMap } from '@/core/data';
const SchemaData = {
type: 'object',
properties: {
group_id: { type: [ 'number' , 'string' ] }
group_id: { type: ['number', 'string'] }
},
} as const satisfies JSONSchema;