3213
This commit is contained in:
parent
d76bf4819e
commit
b00924a691
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -425,7 +425,6 @@
|
|||
|
||||
log("正在注册为管理员客户端...");
|
||||
|
||||
connection.invoke("RegisterClient", 1, "Web管理页面")
|
||||
.then(() => {
|
||||
log("已注册为管理员客户端");
|
||||
// 注册成功后立即获取配置和录音列表
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user