feat: 在某些课程时不隐藏课表#430
Conversation
RinLit-233-shiroko
left a comment
There was a problem hiding this comment.
在初次启动时会出现如下错误:
Traceback (most recent call last):
File "main.py", line 1778, in <module>
File "main.py", line 1694, in init
File "main.py", line 699, in init_widgets
File "main.py", line 1230, in __init__
File "main.py", line 1368, in update_data
File "main.py", line 225, in get_excluded_lessons
AttributeError: 'NoneType' object has no attribute 'split'|
忘说了
增加了两个 config.ini 的字段
…---原始邮件---
发件人: ***@***.***>
发送时间: 2025年2月12日(周三) 中午1:30
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [Class-Widgets/Class-Widgets] feat: 在某些课程时不隐藏课表 (PR #430)
@RinLit-233-shiroko requested changes on this pull request.
在初次启动时会出现如下错误:
Traceback (most recent call last): File "main.py", line 1778, in <module> File "main.py", line 1694, in init File "main.py", line 699, in init_widgets File "main.py", line 1230, in __init__ File "main.py", line 1368, in update_data File "main.py", line 225, in get_excluded_lessons AttributeError: 'NoneType' object has no attribute 'split'
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
请在 |
|
fixed. |
* Update main.py * Update advance.ui * Update main.py fix bug * Update menu.py * Update main.py fix bug * Update advance.ui * Update default_config.json * fix config_center --------- Co-authored-by: Wenxuan Shen <bushigemen114@gmail.com>
upd advance.ui 增加 允许隐藏、课程 字段
upd menu.py 维护 ui
upd main.py 在自动隐藏时判断是否隐藏
#419