-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix/feat: BIT-Programming-Detect and BIT-乐学-修改侧边栏课程-GUI (#33)
BIT-Programming-Detect: 1. 从某字符开始探测,结果仍然从第0个字符开始,已修改; 2. 半秒检查一次测试结果太频繁,容易被封IP,测试发现改成一秒一次即可 BIT-乐学-修改侧边栏课程-GUI: 1. 更换课程列表数据来源,能够在更新课程列表信息时按照课程结束时间倒序展示; 2. 更新课程列表时,能够对比并整合课程列表,将新增的课程插入“隐藏的课程”列表头部并用红色粗体标识; 3. 添加了图标更换的功能,双击弹窗列表中项目的图标并输入新图标名称,可以更改图标; 4. 解决更改课程名称时写入html标签被解析的问题; 5. 解决代码在获取课程名称时前后保留大量空格和换行符的毛病 可参见 https://github.com/CJJ-amateur-programmer/BIT_lexue_sidebar_optimizer Co-Authored-By: Y.D.X. <[email protected]> Co-Authored-By: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a782a76
commit 0140cec
Showing
5 changed files
with
48 additions
and
61 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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