This commit is contained in:
手瓜一十雪
2025-02-08 17:34:31 +08:00
parent 404bfdd5e6
commit 93f78f4db5
3 changed files with 21 additions and 2 deletions

View File

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