mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-13 08:20:27 +00:00
@@ -2,6 +2,8 @@ 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()),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user