This commit is contained in:
zpc 2025-03-28 02:39:01 +08:00
parent d76bf4819e
commit b00924a691
2 changed files with 1 additions and 1 deletions

View File

@ -91,6 +91,7 @@ namespace ShengShengBuXi.Hubs
/// </summary>
private static readonly int _sentenceHistoryLimit = 20;
private static List<MonitorText> _monitorTextList = new List<MonitorText>();
/// <summary>
/// 初始化音频Hub
/// </summary>

View File

@ -425,7 +425,6 @@
log("正在注册为管理员客户端...");
connection.invoke("RegisterClient", 1, "Web管理页面")
.then(() => {
log("已注册为管理员客户端");
// 注册成功后立即获取配置和录音列表