From 3b60527f45016ee6c01ff7606d16e924fa82a3ec Mon Sep 17 00:00:00 2001 From: cocktai1 <69122766+cocktai1@users.noreply.github.com> Date: Thu, 25 Feb 2021 13:18:21 +0800 Subject: [PATCH 1/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47beefe..7ae6ac1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ### 二、设置账号密码 -添加名为 **SCKEY**、**USER**、**PWD**、**STEP** 的变量,值分别为 **server酱推送key(0关闭)**、 **账号(仅支持手机号)**、**密码**、**步数(0则为1w-2w之间随机 或自定义随机范围[18000-25000])** +添加名为 **SCKEY**、**USER**、**PWD**、**STEP** 的变量,值分别为 **server酱推送key(0关闭)**、 **账号(仅支持手机号)**、**密码**、**步数(0则为1w-2w之间随机 或自定义随机范围[20000-25000])** > Settings-->Secrets-->New secret From fb14d9430467455716164ee61bd2de5ea253d1d7 Mon Sep 17 00:00:00 2001 From: cocktai1 <69122766+cocktai1@users.noreply.github.com> Date: Thu, 25 Feb 2021 13:19:25 +0800 Subject: [PATCH 2/6] Update run.yml --- .github/workflows/run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index d0f3ee2..e302a0d 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -6,7 +6,7 @@ on: pull_request: branches: [ master ] schedule: - - cron: 0 11 * * * + - cron: 0 12,13 * * * jobs: build: From b434d086f151bbfa2bcdf30d5f8dbe0c74f3b842 Mon Sep 17 00:00:00 2001 From: cocktai1 <69122766+cocktai1@users.noreply.github.com> Date: Fri, 26 Feb 2021 18:11:23 +0800 Subject: [PATCH 3/6] Update run.yml --- .github/workflows/run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index e302a0d..3035981 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -6,7 +6,7 @@ on: pull_request: branches: [ master ] schedule: - - cron: 0 12,13 * * * + - cron: 0 10,12 * * * jobs: build: From 3820ce9156a1fbe7ee520515e9a51e1183d6ed99 Mon Sep 17 00:00:00 2001 From: cocktai1 <69122766+cocktai1@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:52:33 +0800 Subject: [PATCH 4/6] Update run.yml --- .github/workflows/run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 3035981..e576a5b 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -6,7 +6,7 @@ on: pull_request: branches: [ master ] schedule: - - cron: 0 10,12 * * * + - cron: 0 5 * * * jobs: build: From a7e6a2ed3bc67fe9cc5c71772c0bedca1c5a8831 Mon Sep 17 00:00:00 2001 From: cocktai1 <69122766+cocktai1@users.noreply.github.com> Date: Tue, 23 Mar 2021 18:54:04 +0800 Subject: [PATCH 5/6] Delete README.md --- README.md | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 7ae6ac1..0000000 --- a/README.md +++ /dev/null @@ -1,29 +0,0 @@ -
-

小米运动刷步数

- -[![GitHub stars](https://img.shields.io/github/stars/Ysnsn/mimotion?style=flat-square)](https://github.com/Ysnsn/mimotion) -[![GitHub forks](https://img.shields.io/github/forks/Ysnsn/mimotion?style=flat-square)](https://github.com/Ysnsn/mimotion/network) -[![GitHub issues](https://img.shields.io/github/issues/Ysnsn/mimotion?style=flat-square)](https://github.com/Ysnsn/mimotion/issues) -![GitHub size](https://img.shields.io/github/repo-size/Ysnsn/mimotion?style=flat-square) -
- - -## Github Actions 部署指南 - -### 一、Fork 此仓库 - -### 二、设置账号密码 - -添加名为 **SCKEY**、**USER**、**PWD**、**STEP** 的变量,值分别为 **server酱推送key(0关闭)**、 **账号(仅支持手机号)**、**密码**、**步数(0则为1w-2w之间随机 或自定义随机范围[20000-25000])** - -> Settings-->Secrets-->New secret - - - -## 小米运动修改无效的附解决办法! -- 进入小米运动 APP 点 - 我的 - 设置 - 账号与安全 - 点注销账号 - 点清除数据-公众号再取关 -- 等 30 分钟后,在重新绑定需要同步的应用,即可继续使用刷步数 -- ⚠️⚠️:我个人亲测有效 - -## star 趋势 -![](https://starchart.cc/Ysnsn/mimotion.svg) From 316440fa7c32dfe8f6cd60f1f8c77fb6e62a4d61 Mon Sep 17 00:00:00 2001 From: cocktai1 <69122766+cocktai1@users.noreply.github.com> Date: Tue, 23 Mar 2021 18:55:29 +0800 Subject: [PATCH 6/6] Create README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..42fdab1 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +
+

小米运动刷步数

+ +[![GitHub stars](https://img.shields.io/github/stars/Ysnsn/mimotion?style=flat-square)](https://github.com/Ysnsn/mimotion) +[![GitHub forks](https://img.shields.io/github/forks/Ysnsn/mimotion?style=flat-square)](https://github.com/Ysnsn/mimotion/network) +[![GitHub issues](https://img.shields.io/github/issues/Ysnsn/mimotion?style=flat-square)](https://github.com/Ysnsn/mimotion/issues) +![GitHub size](https://img.shields.io/github/repo-size/Ysnsn/mimotion?style=flat-square) +
+ + +## Github Actions 部署指南 + +### 一、Fork 此仓库 + +### 二、设置账号密码 + +添加名为 **key**、**SCKEY**、**USER**、**PWD**、**STEP** 的变量,值分别为 **QQ酷推**、**server酱推送key(0关闭)**、 **账号(仅支持手机号)**、**密码**、**步数(0则为1w-2w之间随机 或自定义随机范围[18000-25000])** + +> 多账号没测试,自己看着填 + + + +## 小米运动修改无效的附解决办法! +- 进入小米运动 APP 点 - 我的 - 设置 - 账号与安全 - 点注销账号 - 点清除数据-公众号再取关 +- 等 30 分钟后,在重新绑定需要同步的应用,即可继续使用刷步数 +- ⚠️⚠️:我个人亲测有效 + +## star 趋势 +![](https://starchart.cc/Ysnsn/mimotion.svg)