feat: o3拦截

This commit is contained in:
手瓜一十雪
2025-03-03 17:16:36 +08:00
parent 94c509ff82
commit da6136e3d7
6 changed files with 7 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ export const NapcatConfigSchema = Type.Object({
consoleLogLevel: Type.String({ default: 'info' }),
packetBackend: Type.String({ default: 'auto' }),
packetServer: Type.String({ default: '' }),
o3HookMode: Type.Number({ default: 0 }),
});
export type NapcatConfig = Static<typeof NapcatConfigSchema>;