dayday

Results 4 issues of dayday

### issue规范 - Mac 型号:Mac mini (M1, 2020) - MacOS版本 : 12.5 (21G72) - 微信版本 : Version. 3.5.5 (23481) - 小助手版本 : 2022年9月13日的master分支的版本 - BUG描述 : 执行 Install.sh 之后运行微信显示无法打开 -...

**提出问题的背景** 收到合并消息转发(Combine and Forward)的消息时,会直接报错 **描述下你期望的方案** 识别并转发该消息 **其他信息** ![图像2024-5-15 19 11](https://github.com/danni-cool/wechatbot-webhook/assets/38597251/ed490eba-4ccc-4cbd-8cd1-216df1b32ac2)

enhancement

因为看到有这样一段自己计算 ```golang // 参数区间 1900.1.31~2100.12.1 m := leapMonth(year) // 传参要求计算该闰月公历 但该年得出的闰月与传参的月份并不同 if isLeapMonth && (m != month) { isLeapMonth = false } ``` 但是又设计这个参数的意义是因为新旧兼容是嘛?

#### What versions are you running? ```console $ go list -m github.com/chromedp/chromedp github.com/chromedp/chromedp v0.9.5 $ google-chrome --version bash: google-chrome: command not found $ go version go version go1.21.4 darwin/arm64 ```...