Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
部分代码使用Copilot编写,已经过人工确认。
主要修改是当窗口较小时启用侧边栏,单击打开收起,主区域可以显示更多内容。在DanmuPanel时,若处于compact mode则去掉边距,可以显示更多弹幕,支持了在windows下的窗口半透明和窗口总在最前,可用于直播时互动。
已知问题是在
main.py157行附近修改为了style |= 0x00040000 # WS_THICKFRAME导致窗口出现黑边且无法resize,没能搞定同时支持resize和无黑边,还烦请维护者再折腾折腾。