feat: 扩展本地主题兼容能力
This commit is contained in:
@@ -19,6 +19,7 @@ export const themeManifestSchema = z.object({
|
||||
description: z.string().max(500),
|
||||
author: z.string().max(100),
|
||||
license: z.string().max(100),
|
||||
base: z.string().endsWith(".css").optional(),
|
||||
entry: z.string().endsWith(".css"),
|
||||
print: z.string().endsWith(".css").optional(),
|
||||
domPreset: z.enum(["typora", "github", "generic"]),
|
||||
|
||||
Reference in New Issue
Block a user