qingfengzl
qingfengzl
Add a table of contents to the article
**Python 版本:** 3.12.6 **模块版本:** 0.1.8 **运行环境:** ArchLinux, x86-64 调试`utils.qrc_decrypt()`函数时收到报错. 测试代码: ```python import qqmusic_api.utils.utils with open("./test.qrc", "rb") as f: raw = f.read() f.close() dat = qqmusic_api.utils.utils.qrc_decrypt(raw) with open("./test.qrc.decode", "w+") as f:...
### Please make sure you have read the above considerations and tick the confirmation box below. - [x] I've looked for the question I'm asking in [Issue Tracker](https://github.com/JohanChane/clashtui/issues?q=is%3Aissue), and I...
网络请求阻塞UI
### Check for existing issues 检查是否已存在相同issue - [x] Completed/已检查 ### Describe the bug and provide steps to reproduce it 描述遇到的bug并提供相应的复现方法 - 问题描述: 在不良网络情况下, 点击键播放音乐的时候, 如果歌曲未加载完成, UI会卡死. 表现为按下上下左右键光标不移动, 但是音乐加载出来后光标又会移动到正确位置. - 希望的行为:...