From: qydysky Date: Sun, 11 Oct 2020 02:12:31 +0000 (+0800) Subject: update X-Git-Tag: v0.3.0^2 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=db5df4cb3aede337958d7c780ed159b7395fb2c5;p=bili_danmu%2F.git update --- diff --git a/Reply/qt.go b/Reply/qt.go index 94cf286..9f96d5a 100644 --- a/Reply/qt.go +++ b/Reply/qt.go @@ -25,6 +25,9 @@ var ( func Qtdanmu() { if QtOn {return} + defer func() { + if err := recover(); err != nil {os.Exit(0)} + }() Qt_MaxMun = qtd.Qt_MaxMun Qt_LineHeight = qtd.Qt_LineHeight Qt_BlockMargin = qtd.Qt_BlockMargin diff --git a/VERSION b/VERSION index aa2ed1b..586c088 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -202010051837 \ No newline at end of file +202010111012 \ No newline at end of file