支持wx/browser的worker(由于wx限制默认不开启worker)

This commit is contained in:
YHH
2025-09-29 13:21:08 +08:00
parent be11060674
commit 62bc6b547e
10 changed files with 1545 additions and 31 deletions

View File

@@ -32,4 +32,7 @@ export { ECSEventType, EventPriority, EVENT_TYPES, EventTypeValidator } from './
// 工具类和类型定义
export * from './Utils';
export * from './Types';
export * from './Types';
// 平台适配
export * from './Platform';