doouding
2025-01-20 09:25:05 +00:00
parent cb53baca89
commit 1560880abd
10 changed files with 83 additions and 160 deletions

View File

@@ -9,6 +9,7 @@ import { NodePropsSchema } from '../utils/index.js';
export const GeneralSettingSchema = z
.object({
edgelessScrollZoom: z.boolean().default(false),
edgelessDisableScheduleUpdate: z.boolean().default(false),
})
.merge(NodePropsSchema);