update README
1. update root README, pointer to all proj 2. create all README Powered by claude code, maybe mistake, checked and commit manually.
This commit is contained in:
26
jw/README.md
Normal file
26
jw/README.md
Normal file
@ -0,0 +1,26 @@
|
||||
# jw
|
||||
|
||||
教务系统自动登录工具。
|
||||
|
||||
## 功能
|
||||
|
||||
自动登录学生教务系统,支持验证码自动识别和密码哈希验证,简化教务系统访问流程。
|
||||
|
||||
## 使用方法
|
||||
|
||||
1. 在代码中配置用户名和密码
|
||||
2. 运行 `python main.py`
|
||||
3. 程序将自动处理登录过程
|
||||
|
||||
## 特性
|
||||
|
||||
- 自动验证码识别
|
||||
- 密码安全哈希处理
|
||||
- 会话管理
|
||||
- 错误重试机制
|
||||
|
||||
## 注意事项
|
||||
|
||||
- 需要配置正确的用户凭据
|
||||
- 仅用于合法的教务系统访问
|
||||
- 请遵守学校相关规定
|
Reference in New Issue
Block a user