莞工教务选课系统 CLI + GUI

通过 browser-act 浏览器会话直接调用教务系统 API,
支持命令行和图形界面操作选课/退课,自适应不同选课轮次。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-27 01:58:31 +08:00
commit 059e1de984
8 changed files with 1059 additions and 0 deletions

4
dgut-gui/start.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
# 莞工教务选课系统 GUI 启动脚本
DIR="$(cd "$(dirname "$0")" && pwd)"
exec "$DIR/venv/bin/python3" "$DIR/dgut_gui.py" "$@"