feat: ffmpeg enhance for native node addon

This commit is contained in:
手瓜一十雪
2025-10-30 09:06:48 +08:00
parent 9a35ee9cd1
commit 803b1a6c77
10 changed files with 695 additions and 181 deletions

View File

@@ -4,7 +4,7 @@ import { Type, Static } from '@sinclair/typebox';
import { AnySchema } from 'ajv';
export const NapcatConfigSchema = Type.Object({
fileLog: Type.Boolean({ default: true }),
fileLog: Type.Boolean({ default: false }),
consoleLog: Type.Boolean({ default: true }),
fileLogLevel: Type.String({ default: 'debug' }),
consoleLogLevel: Type.String({ default: 'info' }),