Skip to content

Commit

Permalink
docs: 更新 README
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang-ZhiHang committed Dec 31, 2024
1 parent 783ad88 commit e114bac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
## 🚀 更新日志

> **2024-12-31**
>
> - 🔄 将 "普通模式" 和 "增强模式" 分别重命名为 "实验评教" 和 "期末评教",使界面更加直观友好
> - 🔔 新增执行失败时的弹窗提示功能,提升用户体验
---

> **2024-12-14**
>
> - 🔧 重构代码结构
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
def main():
app = QApplication(sys.argv)
window = MainWindow()
# window.web_loader.open_website("https://ehall.xidian.edu.cn/jwapp/sys/wspjyyapp/*default/index.do", window.console_output)
window.web_loader.open_website("https://ehall.xidian.edu.cn/jwapp/sys/wspjyyapp/*default/index.do", window.console_output)
window.check_update()
# window.show()
sys.exit(app.exec_())
Expand Down

0 comments on commit e114bac

Please sign in to comment.