From d00ada6e02d1381663345ce14325690ea2356295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=81=B6?= <2424880409@qq.com> Date: Wed, 28 Jul 2021 11:42:59 +0800 Subject: [PATCH 1/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 345d021..82ab5ce 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Rubick(拉比克) 是 dota 里面的英雄之一,其核心技能是插件化使用其他英雄的技能,用完即走。非常符合本工具的设计理念,所以取名 Rubick。 ## 安装包 -* [Rubick Mac OS V0.0.2](https://github.com/clouDr-f2e/rubick/releases/download/v0.0.2/rubick2-0.0.2.pkg) +* [Rubick Mac OS V0.0.2-beta.1](https://github.com/clouDr-f2e/rubick/releases/tag/v0.0.2-beta.1) ## 支持能力 - [x] 支持 uTools 90% API。可直接按照 uTools 文档开发 Rubick 插件 From 6f0a463a0d0543b6eace1ed81a3ab231ccea8428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=81=B6?= <2424880409@qq.com> Date: Wed, 28 Jul 2021 20:11:13 +0800 Subject: [PATCH 2/8] Create FUNDING.yml --- .github/FUNDING.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..b5604f9 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: ['https://muwoo.github.io/blogs'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] From 4ed993fe68f601db502cb3ede93fc4b806969636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=81=B6?= <2424880409@qq.com> Date: Wed, 28 Jul 2021 20:15:17 +0800 Subject: [PATCH 3/8] Update FUNDING.yml --- .github/FUNDING.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index b5604f9..20aa3e0 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,12 +1,4 @@ # These are supported funding model platforms -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username +github: muwoo custom: ['https://muwoo.github.io/blogs'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] From f1e815f5220b2cda13bc840c04ef3182c487511f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=81=B6?= <2424880409@qq.com> Date: Wed, 28 Jul 2021 20:18:37 +0800 Subject: [PATCH 4/8] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 20aa3e0..21365ff 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,4 +1,4 @@ # These are supported funding model platforms -github: muwoo +github: #muwoo custom: ['https://muwoo.github.io/blogs'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] From a08276cc582ae539d413b7ada0bdc6cdc06b1fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=81=B6?= <2424880409@qq.com> Date: Wed, 28 Jul 2021 21:10:26 +0800 Subject: [PATCH 5/8] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82ab5ce..f7fe0bc 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,10 @@ Rubick(拉比克) 是 dota 里面的英雄之一,其核心技能是插件化 ### 最后 -utools过于强大,目前还没有完全实现其所有功能,不过我们会根据需要不断更新。欢迎小伙伴一起 `pr` 或 `star` +对本项目有兴趣或者想要交流学习的同学可以扫码加下面的微信,备注 rubick,帮助我们更好的成长: + +![image](https://user-images.githubusercontent.com/21073039/127327603-9796f246-ee4b-4950-a69d-ce3205ec9569.png) + ## License This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/clouDr-f2e/rubick/blob/master/LICENSE) file for details. From 151db0d418190444fcec7ff95022a2be6bcf659b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=81=B6?= <2424880409@qq.com> Date: Thu, 29 Jul 2021 09:50:06 +0800 Subject: [PATCH 6/8] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f7fe0bc..7f0a712 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,7 @@ Rubick(拉比克) 是 dota 里面的英雄之一,其核心技能是插件化 ## 使用问题 -1. 目前 `Rubick` 插件市场 server 端还没有部署,所以目前看不到插件市场的插件。 -2. 依赖于 `robotjs` dev 环境运行请在 `install` 后执行 `npm run rebuild` +依赖于 `robotjs` dev 环境运行请在 `install` 后执行 `npm run rebuild` ## 目前支持能力 ### 加载utools生态插件 From 4c5b1033d5a015edd56347abc25c31bc01540c7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=81=B6?= <2424880409@qq.com> Date: Thu, 29 Jul 2021 12:52:16 +0800 Subject: [PATCH 7/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f0a712..2140ac2 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Rubick(拉比克) 是 dota 里面的英雄之一,其核心技能是插件化 #### 取色 基于 `robot.js` 以及 `iohook` 实现。未使用 C++ 扩展。 - +![image](https://p6-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/3036ae85bf3549fc8bbbe2926ecbad55~tplv-k3u1fbpfcp-watermark.image) #### 截屏 From 792dc2a1d4790d869264d9f8d7028a8e8c260469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=81=B6?= <2424880409@qq.com> Date: Thu, 29 Jul 2021 20:55:37 +0800 Subject: [PATCH 8/8] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2140ac2..b2ae62e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Rubick(拉比克) 是 dota 里面的英雄之一,其核心技能是插件化 ## 安装包 * [Rubick Mac OS V0.0.2-beta.1](https://github.com/clouDr-f2e/rubick/releases/tag/v0.0.2-beta.1) +* [TODO: Rubick Windows V0.0.2-beta.1](https://github.com/clouDr-f2e/rubick/tree/feat-win) ## 支持能力 - [x] 支持 uTools 90% API。可直接按照 uTools 文档开发 Rubick 插件