docs: 更新 worker-generator 版本号为 v1.0.1

This commit is contained in:
yhh
2025-12-08 17:17:26 +08:00
parent 7b45fbeab3
commit 9ff03c04f3
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ This document records the version update history of the `@esengine/ecs-framework
### New Package
- **@esengine/worker-generator** `v1.0.0`: CLI tool to auto-generate Worker files from `WorkerEntitySystem` subclasses
- **@esengine/worker-generator** `v1.0.1`: CLI tool to auto-generate Worker files from `WorkerEntitySystem` subclasses
- Automatically scan and extract `workerProcess` method body
- Support `--wechat` mode, use TypeScript compiler to convert to ES5 syntax
- Read `workerScriptPath` config from code, generate to specified path