mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-16 05:10:34 +00:00
fix: 解决nonebot可能卡死问题
This commit is contained in:
parent
a7ee21bfd8
commit
e3c7af3d91
@ -82,7 +82,7 @@ const OneBotConfigSchema = Type.Object({
|
|||||||
network: NetworkConfigSchema,
|
network: NetworkConfigSchema,
|
||||||
musicSignUrl: Type.String({ default: '' }),
|
musicSignUrl: Type.String({ default: '' }),
|
||||||
enableLocalFile2Url: Type.Boolean({ default: false }),
|
enableLocalFile2Url: Type.Boolean({ default: false }),
|
||||||
parseMultMsg: Type.Boolean({ default: true })
|
parseMultMsg: Type.Boolean({ default: false })
|
||||||
});
|
});
|
||||||
|
|
||||||
export type OneBotConfig = Static<typeof OneBotConfigSchema>;
|
export type OneBotConfig = Static<typeof OneBotConfigSchema>;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user