Komorebi
Komorebi
💄优化黑幕样式
This change is [](https://reviewable.io/reviews/MountainDash/nonebot-plugin-send-anything-anywhere/140)
### 这个 PR 带来了什么样的更改? - [ ] 错误修复 - [ ] 新功能 - [ ] 文档/注释 - [ ] 代码格式 - [ ] 代码重构 - [ ] 测试用例 - [...
### 这个 PR 带来了什么样的更改? - [ ] 错误修复 - [ ] 新功能 - [x] 文档/注释 - [ ] 代码格式 - [ ] 代码重构 - [ ] 测试用例 - [ ]...
## 现状 在查询玩家的 Best50 曲目时,目前需要: 1. 通过 `https://api.musedash.moe/player/` API 获取玩家的 `plays`。 2. 使用 `https://api.musedash.moe/diffDiffMusic/` 对 plays 中的曲目的定数进行爬取。 3. 计算每个曲目的 ptt 值。 4. 根据 ptt 值对所有曲目进行排序。 5. 取出前 50 个曲目并渲染图片。 (涉及的曲目信息还要爬取...
#3000
## Summary by Sourcery Bug Fixes: - Corrected namespace retrieval when a Namespace object is passed to get_commands