diff --git a/src/types/config.ts b/src/types/config.ts index 9788be2..45277aa 100644 --- a/src/types/config.ts +++ b/src/types/config.ts @@ -35,7 +35,7 @@ export type ModrinthConfig = z.infer; export const CurseForgeConfigSchema = z.object({ /** CurseForge 项目 ID(数字) */ project_id: z.number().int().positive(), - /** 版本名称模板,支持 ${filename_format} 等占位符 */ + /** 版本名称模板,支持 #{filename_format} 等占位符 */ version_name: z.string().min(1), /** 运行环境 */ environment: z.array(z.string().min(1)),