feat: 完善代码,应该可以进行签到了,就差测试了

This commit is contained in:
2025-12-16 22:39:42 +08:00
parent 366ab0b2e8
commit 66199c8130
16 changed files with 353 additions and 90 deletions

View File

@@ -1,13 +1,36 @@
## 小北学生线上签到平台
**让你免除必须到指定地点签到的烦恼(未完成),本代码采用 [MIT License](LICENSE) , 仅供学习交流**
**让你免除必须到指定地点签到的烦恼,本代码采用 [MIT License](LICENSE) , 仅供学习交流**
#### 已有功能
- 登录
- 获取个人信息
- 获取签到信息
- 上传图片签到
## 📜 License
### 界面
- 登录界面
![登录界面](./images/image.png)
- 个人界面
![个人界面](./images/image2.png)
- 首页
![首页](./images/image3.png)
- 签到列表
![签到列表](./images/image4.png)
- 签到页
![签到页](./images/image5.png)
### 📜 License
This project is licensed under the [MIT License](LICENSE).