Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit fcae28e

Browse files
author
Betty
committed
2 parents a4929b1 + ac67afb commit fcae28e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: daily_report
66
on:
77
# Triggers the workflow on push or pull request events but only for the master branch
88
schedule:
9-
- cron: '0 6 * * *'
9+
- cron: '0 22 * * *'
1010

1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:

readme.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,10 @@
9393

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

96-
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.
9796
你不应该使用这个程序撒谎。本程序汇报的内容是可以通过```setting.json```中的```form_data```一项来修改的,本程序只不过默认你身体健康而已。如果你发烧或者移动到其他城市,请及时手动更新表单。
97+
98+
github上的个人信息会被加密存储。如果你选择用自己的设备打卡,则你的个人信息将会明文保存在你的本地计算机,请小心照看它防止泄露。
9899

99-
Your personal info will save in local setting file. Please take care of it.
100-
你的个人信息将会明文保存在你的本地计算机,请小心照看它防止泄露。
101-
102-
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.
103100
我们使用HTTPS和SSL证书以及额外的AES-128算法来加密传输你的信息,这和官方网站使用的加密方法是一致的。我们不会将你的个人信息发送给别人,你可以阅读源代码来确认这一点。
104101

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

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

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

130129
## compile 编译
131130

0 commit comments

Comments
 (0)