mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-24 09:00:06 +08:00
refactor: reboot req params
This commit is contained in:
parent
3377c383c1
commit
c35d2e08cd
2
src/core
2
src/core
@ -1 +1 @@
|
||||
Subproject commit 2abb424c620da4a1b47f7afac9ff054d2abf20dd
|
||||
Subproject commit 1d7364fe519cfedb6cd2f88e42f5ec2738a7adc8
|
||||
@ -8,8 +8,7 @@ const SchemaData = {
|
||||
type: 'object',
|
||||
properties: {
|
||||
delay: { type: 'number' }
|
||||
},
|
||||
required: ['delay']
|
||||
}
|
||||
} as const satisfies JSONSchema;
|
||||
|
||||
type Payload = FromSchema<typeof SchemaData>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user