This repository was archived by the owner on Mar 23, 2026. It is now read-only.
feat: 精准浮窗倒计时 || 自定浮窗字体颜色#492
Merged
Merged
Conversation
- 配置文件添加`blur_floating_countdown` 默认开启模糊显示(1) - 实现浮窗倒计时的精准显示功能 - 更新 UI `custom.ui` 增加浮窗是否模糊开关
- 属于是二次误伤其他东西了(
- 在"高透明度"下提升可见度
- 这个bug有点无厘头(玄学),不过先试试看(
Member
Author
|
这是一个玄学问题(? |
Contributor
|
)) |
Contributor
|
你怎么把feat也搞里面了 |
Member
Author
笑点解析:跳舞的线 |
Contributor
|
所以feat去掉 |
Member
|
@baiyao105 aaa同步上游aaaa |
Member
Author
不知道为什么突然就有了 4eb59aa 提交,有一个workflow是当时测试用的,删了( |
Member
wc删错了 |
- .github/workflows/build.yml :多余的步骤 - utils.py :多余的空格 - re: view/menu/custom.ui :浮窗字体颜色设置
Member
|
浮窗课程名称左侧的图标考虑加一下? |
pizeroLOL
pushed a commit
to pizeroLOL/Class-Widgets
that referenced
this pull request
Aug 10, 2025
## 摘要 ### 1. 定时器调度优化 - add 每次超时回调后主动触发下次调度 (_on_timeout中调用_schedule_next) - 改固定间隔到动态计算 - add 延迟值边界检查 ### 2. 初始启动优化 - 先以1秒间隔启动定时器 -> 再进行精确校准 --- 基于提交: [0844129](Class-Widgets@0844129) : > #### 1. 新增精准浮窗倒计时功能 > - **配置文件** > - add `blur_floating_countdown` 配置项: 默认模糊启动 > - **UI修改** > - 在设置菜单新增「模糊浮窗倒计时」开关控件 > --- > #### 2. 浮窗时间颜色自定义功能 > - **配置扩展** > - 新增 `floating_time` 颜色配置项(默认 #959595(原色?)) > - **UI 优化** > - 在颜色设置面板新增「浮窗时间颜色」配置卡 --------- Co-authored-by: Wenxuan Shen <bushigemen114@gmail.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
摘要
1. 定时器调度优化
2. 初始启动优化
基于提交: 0844129 :