]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
Improve update pgo
authorqydysky <qydysky@foxmail.com>
Sat, 25 Nov 2023 06:47:22 +0000 (14:47 +0800)
committerqydysky <qydysky@foxmail.com>
Sat, 25 Nov 2023 06:47:22 +0000 (14:47 +0800)
.gitattributes [new file with mode: 0644]
Reply/Msg.go
demo/default.pgo

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..ce65bd5
--- /dev/null
@@ -0,0 +1 @@
+demo/default.pgo filter=lfs diff=lfs merge=lfs -text
index a50d9325c41c92bdac84dc86ac448977a641c294..bfec084ec5da4b63a5c1d766eeb2fb0670b3dea4 100644 (file)
@@ -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,
index af47fcdb39b00b133e33f0af3a4b1094dc582ae3..22e0d2c48599bfd211cae12d8329bc136e1bb52a 100644 (file)
Binary files a/demo/default.pgo and b/demo/default.pgo differ