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

This commit is contained in:
yhh
2025-12-08 18:34:49 +08:00
parent e0d659fe46
commit 2476379af1
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
### New Package ### New Package
- **@esengine/worker-generator** `v1.0.1`: CLI 工具,从 `WorkerEntitySystem` 子类自动生成 Worker 文件 - **@esengine/worker-generator** `v1.0.2`: CLI 工具,从 `WorkerEntitySystem` 子类自动生成 Worker 文件
- 自动扫描并提取 `workerProcess` 方法体 - 自动扫描并提取 `workerProcess` 方法体
- 支持 `--wechat` 模式,使用 TypeScript 编译器转换为 ES5 语法 - 支持 `--wechat` 模式,使用 TypeScript 编译器转换为 ES5 语法
- 读取代码中的 `workerScriptPath` 配置,生成到指定路径 - 读取代码中的 `workerScriptPath` 配置,生成到指定路径

View File

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