From d182e30807f44160966676396c03a3d9a8758765 Mon Sep 17 00:00:00 2001 From: Anyexyz Date: Mon, 18 Dec 2023 12:58:54 +0000 Subject: [PATCH] Add features for automatic completion of learning tasks and captcha recognition. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8e69eef..4ec5ce7 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ ## 简介 本项目是北京青年大学习的速刷程序,可以迅速完成学习任务。 +## 特性 +- 自动识别学习任务是否完成,完成后自动退出。 +- 自动识别验证码,无需人工干预。 +- 支持多用户 +- 支持部署到各种定时任务平台,如:Windows计划任务、Linux Crontab、青龙等。 + ## 使用方法 1. 安装Python3,建议使用Python3.7-3.10版本,下载地址:[Python3.10](https://www.python.org/ftp/python/3.10.11/python-3.10.11-amd64.exe),版本过高可能会出现兼容性问题。