更新版本号,重构核心类,移除未使用的自动化和事件功能,优化灯光管理,调整测试用例以适应新结构
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { script, showMore } from './common.ts';
|
||||
|
||||
const scripts = await script.getScripts();
|
||||
const scripts = await script.getEntities();
|
||||
|
||||
const values = scripts.map(e => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user