更新版本号,重构核心类,移除未使用的自动化和事件功能,优化灯光管理,调整测试用例以适应新结构

This commit is contained in:
2025-12-23 00:23:06 +08:00
parent 47a5c600ea
commit 3e46287a89
11 changed files with 98 additions and 120 deletions

View File

@@ -1,5 +1,5 @@
import { auto, showMore } from './common.ts'
const autos = await auto.getAutos();
const autos = await auto.getServiceEntities();
console.log(showMore(autos));