Merge branch 'main' of 47.107.44.202:xionglijia/18xchat

This commit is contained in:
2025-09-22 19:59:43 +08:00
+1
View File
@@ -32,6 +32,7 @@ class Logger {
} else {
this.level = LogLevel.None; // 不打印任何日志
}
console.log("日志等级:", this.level);
}
/** 修改日志等级(运行时可动态调整) */