mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-13 13:38:16 +08:00
ui界面优化,event handler优化-新增任务池模式,歌词加载优化,新房间管理(可以自动连接) 本地音频搜索算法优化,
This commit is contained in:
@@ -19,7 +19,7 @@ func init() {
|
||||
HideKeys: true,
|
||||
NoColors: true,
|
||||
})
|
||||
_ = os.Truncate(config.Log.Path, 0)
|
||||
//_ = os.Truncate(config.Log.Path, 0)
|
||||
file, err := os.OpenFile(config.Log.Path, os.O_CREATE|os.O_WRONLY, 0666)
|
||||
if err == nil {
|
||||
Logger.Out = io.MultiWriter(file, os.Stdout)
|
||||
|
||||
Reference in New Issue
Block a user