Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cxOrz committed Apr 9, 2023
1 parent b294556 commit bc18318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

基于 Nodejs 实现的一个命令行签到工具,在此基础上使用 React.js + Material UI + Koa 扩展成为 Web 项目。

**功能**: 普通签到、拍照签到、手势签到、位置签到、签到码签到、二维码签到(10秒变换不影响),多用户凭据储存,IM 协议自动签到。
**功能**: 普通签到、拍照签到、手势签到、位置签到、签到码签到、二维码签到,多用户凭据储存,IM 协议自动签到。

## 环境 💻

Expand Down Expand Up @@ -72,7 +72,7 @@ pnpm start

### 二维码签到

在运行之前需要做些准备,请找一位挚友,拍一张二维码的照片(无所谓几秒一变),识别二维码,得到一个字符串,复制其中的 `enc` 参数值,例如 `1D0A628CK317F44CCC378M5KD92`,询问时填入。若使用 UI 仓库的项目(查看`高级`),可以直接选择图片并自动解析得到enc参数。
在运行之前需要做些准备,请找一位挚友,拍一张二维码的照片,识别二维码,得到一个字符串,复制其中的 `enc` 参数值,例如 `1D0A628CK317F44CCC378M5KD92`,询问时填入。若使用 UI 仓库的项目(查看`高级`),可以直接选择图片并自动解析得到enc参数。如果遇到10s变换的二维码,参考 [#157](https://github.com/cxOrz/chaoxing-sign-cli/issues/157)

### 位置签到

Expand Down

0 comments on commit bc18318

Please # to comment.