From: qydysky Date: Sat, 25 Nov 2023 06:47:22 +0000 (+0800) Subject: Improve update pgo X-Git-Tag: v0.11.8~7 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=b22921847c856f7e8e54827fe077d9d97d5decbc;p=bili_danmu%2F.git Improve update pgo --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ce65bd5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +demo/default.pgo filter=lfs diff=lfs merge=lfs -text diff --git a/Reply/Msg.go b/Reply/Msg.go index a50d932..bfec084 100644 --- a/Reply/Msg.go +++ b/Reply/Msg.go @@ -17,6 +17,7 @@ var msglog = c.C.Log.Base(`Msg`) // Msg类型数据处理方法map var Msg_map = map[string]func(replyF, string){ + `BENEFIT_CARD_CLEAN`: nil, `WEALTH_NOTIFY`: replyF.wealth_notify, //荣耀等级提示 `LOG_IN_NOTICE`: replyF.log_in_notice, //登录提示 `HOT_BUY_NUM`: nil, diff --git a/demo/default.pgo b/demo/default.pgo index af47fcd..22e0d2c 100644 Binary files a/demo/default.pgo and b/demo/default.pgo differ