Ninzore / Wecab

最好的订阅制QQbot
GNU General Public License v3.0
204 stars 18 forks source link

[BUG]B站订阅用户全名检索错误 #63

Open ArisakaRayee opened 2 years ago

ArisakaRayee commented 2 years ago

描述 订阅时全名检索但返回结果错误

系统信息

复现 订阅检索特定用户"瑞树树树树" 实际检索结果"瑞樹MiZuki"

Error Log

0|wecab  | You have triggered an unhandledRejection, you may have forgotten to catch a Promise rejection:
0|wecab  | ReferenceError: params is not defined
0|wecab  |     at checkliveStatus (/root/Wecab/plugin/bilibili.js:129:14)
0|wecab  |     at /root/Wecab/plugin/bilibili.js:310:25
0|wecab  |     at processTicksAndRejections (internal/process/task_queues.js:95:5)
Ninzore commented 2 years ago

在设计的时候就是这样的,选择的排序方式是按照粉丝量从多到少这样更多时候可以模糊搜索到大UP

是否需要增加排序方式的选项?

image

hecheng337 commented 2 years ago

个人觉得非常需要!

比如我们学校的官方账号,粉丝没学生会的多,导致只能关注到他们的动态 我还得跑到数据库里手动替换掉对应的UID。

ArisakaRayee commented 2 years ago

对 要表达的就是这个意思 希望能有一个筛选账户 或者说增加一个以uid检索的模式