奇葩の灵梦

Results 8 issues of 奇葩の灵梦

目前都返回错误码-412,请求被拦截

#302 中修改了申请极验验证码参数的请求和返回,导致key字段没了: https://github.com/SocialSisterYi/bilibili-API-collect/commit/c25a8f4bf6351fa7b394b9934160502e1468945c?diff=unified#diff-b011b19b7f61d3d073bbb8db35ce5ea55a81cba19b5d1abba971cbd81b4dc776L42-L49 登录的时候需要key字段就获取不到了: https://github.com/SocialSisterYi/bilibili-API-collect/blob/3dadadc97ef503dd71997f92d2a7fd227348e59a/login/login_action/password.md?plain=1#L144-L155

If it is the final split, the timer will stop automatically at the end of the cutscene after a pantheon. For example, when running 112, if I don't add a...

**Describe the bug** 现在获取不到B站相关信息了 **To Reproduce** ```console $ curl "https://api.swo.moe/stats/bilibili/1415334" {"source":"bilibili","key":"1415334","failed":true,"message":"request was banned"} $ curl "https://api.spencerwoo.com/substats/?source=bilibili&queryKey=1415334" {"status":200,"data":{"totalSubs":0,"subsInEachSource":{"bilibili":0},"failedSources":{"bilibili":"Bilibili user not found"}}} ``` **Expected behavior** 原本是可以返回正确信息的 **Additional context** 之前还是好的,这两天突然就这样了,导致`shields.io`引用的B站数据全失效了

bug

https://github.com/davyxu/goobjfmt/blob/be0945767dca907df56abc0d31c2aa77c2614cc4/binary_size.go#L7-L17 这里Slice似乎应该和Array一样递归下去

打勾的是已经支持了的接口: - [ ] [相簿](https://github.com/SocialSisterYi/bilibili-API-collect/tree/master/docs/album) - [x] [专栏](https://github.com/SocialSisterYi/bilibili-API-collect/tree/master/docs/article) - [ ] [音频](https://github.com/SocialSisterYi/bilibili-API-collect/tree/master/docs/audio) - [ ] [番剧](https://github.com/SocialSisterYi/bilibili-API-collect/tree/master/docs/bangumi) - [ ] [封禁](https://github.com/SocialSisterYi/bilibili-API-collect/tree/master/docs/blackroom) - [ ] [全站广播](https://github.com/SocialSisterYi/bilibili-API-collect/tree/master/docs/broadcast) - [ ] [课程](https://github.com/SocialSisterYi/bilibili-API-collect/tree/master/docs/cheese) - [x]...

新特性
help wanted
good first issue

我想要画一个`LineChart`。 现在的图片默认只有横向网格线,也就是`YAxis`上的网格线,没有`XAxis`上的网格线,有办法给他显示出来吗?

举例: 我这个 `chart` 有四个 `seriesList` ,前两个是柱状图,后两个是折线图,方便区分。\ 使用的是 `ThemeDark` ,应该是 **蓝绿黄红** 顺序,也就是两个柱状图应该是 **蓝绿** ,两个折线图应该是 **黄红** 。 如果我用: ```go LegendLabelsOptionFunc([]string{"name1", "name2", "name3", "name4"}) ``` 图就是这样的:(两个柱状图是 **蓝绿** ,两个折线图是 **黄红**) ![image](https://github.com/vicanso/go-charts/assets/77955264/9ee1fec7-d70f-4319-9981-635d7ef2b9bb) 如果我用: ```go LegendLabelsOptionFunc([]string{"name1",...