fix: 修掉漏掉的

This commit is contained in:
手瓜一十雪
2025-04-13 20:14:35 +08:00
parent 45d6ebf084
commit 7a42f8c26f
3 changed files with 2 additions and 4 deletions

View File

@@ -2,8 +2,6 @@ import { z } from 'zod';
export const themeType = z.object(
{
// dark: Type.Record(Type.String(), Type.String()),
// light: Type.Record(Type.String(), Type.String()),
dark: z.record(z.string(), z.string()),
light: z.record(z.string(), z.string()),
}