增强 NccsApi 和 Amily2Bus 的注册逻辑,添加 FakeStream 设置选项,优化初始化流程

This commit is contained in:
2026-01-18 23:01:34 +08:00
committed by Silence_Lurker
parent 3168575277
commit 3d6a3d2f97
5 changed files with 152 additions and 145 deletions

View File

@@ -52,6 +52,7 @@ class Amily2Bus {
// 3. 自动注册并锁定 PUBLIC 命名空间
this._initPublicNamespace();
this.register('Amily2');
}
/**