docs: add CHANGELOG.md for v1.0.0

This commit is contained in:
Mai
2026-06-18 08:59:21 +08:00
parent 4f67a503dd
commit c4ab7ea6e3
+9
View File
@@ -0,0 +1,9 @@
# Changelog
## v1.0.0 (2026-06-18)
### ✨ 新增
- **config-schema.json**: 14 个字段定义(算法19种/主题6个/天气6种/变体4种/战斗题型6种)
- **src/types.ts**: `FieldDef` / `ConfigSchema` TypeScript 类型定义
- **src/utils.ts**: `getFields` / `getRenderMeta` / `resolveValue` / `validateValue` / `validateObject` 工具函数