之一

Results 66 comments of 之一

@karthiknadig Thank you for your reply. I have switched the language server to Pylance, but encountered the same problem. ## Expected behaviour ![有提示](https://user-images.githubusercontent.com/65096819/98325377-9d50d380-2029-11eb-8d14-01f68c0c1651.png) ## Actual behaviour ![没有提示](https://user-images.githubusercontent.com/65096819/98325439-ca04eb00-2029-11eb-8b87-6882e9c0c3cb.png)

@alexmercerind My Windows build version is 22621, and I can't see any error message box when I double-click the exe😕

I will consider your suggestion. And I'm a student at present, maybe I don't have much time to implement all the requested features.

Do you mean to change the font of lyrics in the playing interface?

At present, fonts are written in qss. I will add the feature of adjusting lyrics fonts later. But I don't know why you need to adjust the font of the...

Groove will automatically zoom the interface according to the system settings.

I will consider adding a option to adjust the zoom ratio

在 comment.js 的 `main()` 函数后面加上这一段代码,这样每当点击排序按钮且收到了服务器响应的评论数据后就能重新渲染评论区的头像和样式: ```javascript $(document).ajaxSuccess(function (event, xhr, settings) { if (settings.url.includes("GetComments.aspx")) { setComment(); } }); ``` 可以在我这篇博客的评论区点击排序按钮查看效果:https://www.cnblogs.com/zhiyiYo/p/14877952.html

蹲一个观看已下载漫画功能😇