Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Betty committed Mar 1, 2022
2 parents a4929b1 + ac67afb commit fcae28e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: daily_report
on:
# Triggers the workflow on push or pull request events but only for the master branch
schedule:
- cron: '0 6 * * *'
- cron: '0 22 * * *'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
9 changes: 4 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,10 @@

## security and duty 安全和责任说明

You shouldn't use this program to lie on your health. If you got a favor or travel to another location, please report it manually. No responsibility is accepted by the author.
你不应该使用这个程序撒谎。本程序汇报的内容是可以通过```setting.json```中的```form_data```一项来修改的,本程序只不过默认你身体健康而已。如果你发烧或者移动到其他城市,请及时手动更新表单。

github上的个人信息会被加密存储。如果你选择用自己的设备打卡,则你的个人信息将会明文保存在你的本地计算机,请小心照看它防止泄露。

Your personal info will save in local setting file. Please take care of it.
你的个人信息将会明文保存在你的本地计算机,请小心照看它防止泄露。

We use HTTPS/SSL and AES-128 to encrypt your personal info in communication, which is as same as the offical website. We will not sent it to another. You can read source code to confirm it.
我们使用HTTPS和SSL证书以及额外的AES-128算法来加密传输你的信息,这和官方网站使用的加密方法是一致的。我们不会将你的个人信息发送给别人,你可以阅读源代码来确认这一点。

## 完整的配置文件解释
Expand All @@ -108,6 +105,7 @@ We use HTTPS/SSL and AES-128 to encrypt your personal info in communication, whi

除了你的学号和xmu登录密码,其他都是可选项。

```jsonc
{
"form_data": "blablaaaaaaaaa" , //每次打卡时post的表单信息,如果你生病了记得改
"mail": {
Expand All @@ -126,6 +124,7 @@ We use HTTPS/SSL and AES-128 to encrypt your personal info in communication, whi
"password": "123456" //你的密码
}
}
```

## compile 编译

Expand Down

0 comments on commit fcae28e

Please sign in to comment.