From c581f11cde7ff9fb8cf3f4c7d3d16bb31b4b5346 Mon Sep 17 00:00:00 2001 From: saipubw <51276909+poor-circle@users.noreply.github.com> Date: Tue, 1 Mar 2022 01:49:52 +0800 Subject: [PATCH 1/3] Update readme.md --- readme.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 9cd442c..b38f2e5 100644 --- a/readme.md +++ b/readme.md @@ -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算法来加密传输你的信息,这和官方网站使用的加密方法是一致的。我们不会将你的个人信息发送给别人,你可以阅读源代码来确认这一点。 ## 完整的配置文件解释 From 8a9fb7c1fc3429b4ddc1b7e6144ef54e7496f152 Mon Sep 17 00:00:00 2001 From: saipubw <51276909+poor-circle@users.noreply.github.com> Date: Tue, 1 Mar 2022 01:52:50 +0800 Subject: [PATCH 2/3] Update readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index b38f2e5..4cd64ff 100644 --- a/readme.md +++ b/readme.md @@ -105,6 +105,7 @@ github上的个人信息会被加密存储。如果你选择用自己的设备 除了你的学号和xmu登录密码,其他都是可选项。 +```jsonc { "form_data": "blablaaaaaaaaa" , //每次打卡时post的表单信息,如果你生病了记得改 "mail": { @@ -123,6 +124,7 @@ github上的个人信息会被加密存储。如果你选择用自己的设备 "password": "123456" //你的密码 } } +``` ## compile 编译 From ac67afbe089ea3af523138ca773d5e9d5e89825e Mon Sep 17 00:00:00 2001 From: saipubw <51276909+poor-circle@users.noreply.github.com> Date: Tue, 1 Mar 2022 09:13:33 +0800 Subject: [PATCH 3/3] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 55bf571..22bc98c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: