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