Merge branch 'master' of github.com:clouDr-f2e/rubick

This commit is contained in:
muwoo 2021-07-06 12:15:08 +08:00
commit 5555275280
4 changed files with 67 additions and 3 deletions

24
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@ -0,0 +1,24 @@
---
name: Bug report
about: 报告一个bug
title: ''
labels: bug
assignees: ''
---
**描述一下这个bug**
清楚而简洁地描述了错误是什么
**复现方式**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**预期行为**
清晰简明地描述了您预期的发生。
**截图**
如果可以,请添加屏幕截图以帮助解释您的问题。

View File

@ -0,0 +1,10 @@
---
name: Development Problem
about: 任何开发建议、使用问题、交流学习都可以
title: ''
labels: help wanted
assignees: ''
---
## 任何开发建议、交流学习都可以

View File

@ -0,0 +1,17 @@
---
name: Feature request
about: 提交一个新特性/功能
title: ''
labels: feature
assignees: ''
---
**您的功能请求是否与问题相关? 请简单描述.**
清晰简明地描述问题是什么. Ex. I'm always frustrated when [...]
**请描述一下您想要的解决方案**
清晰简明地描述您想要发生的事情。
**描述你考虑过的替代方案**
清晰简洁地描述您所考虑的任何替代解决方案或功能。

View File

@ -2,13 +2,23 @@
<img align="center" src="https://user-images.githubusercontent.com/21073039/123022701-c3848180-d408-11eb-86ec-7727f355ea96.png" /> <img align="center" src="https://user-images.githubusercontent.com/21073039/123022701-c3848180-d408-11eb-86ec-7727f355ea96.png" />
</div> </div>
<h1 align= "center">Rubick</h1> # Rubick
<p>
<a href="https://github.com/clouDr-f2e/rubick/releases/tag/v0.0.1-beta">
<img alt="release" src="https://img.shields.io/badge/release-v0.0.1-brightgreen" />
</a>
<a href="https://github.com/clouDr-f2e/rubick/blob/master/LICENSE">
<img alt="npm" src="https://img.shields.io/github/license/clouDr-f2e/rubick" />
</a>
</p>
基于 electron 的工具箱,媲美 utools的开源插件已实现 utools 大部分的 API 能力,所以可以做到无缝适配 utools 开源的插件。 基于 electron 的工具箱,媲美 utools的开源插件已实现 utools 大部分的 API 能力,所以可以做到无缝适配 utools 开源的插件。
之所以做这个工具箱一方面是 utools 本身并未开源,但是公司内部的工具库又无法发布到 utools 插件中,所以为了既要享受 utools 生态又要有定制化需求,我们自己参考 utools 设计,做了 Rubick 之所以做这个工具箱一方面是 utools 本身并未开源,但是公司内部的工具库又无法发布到 utools 插件中,所以为了既要享受 utools 生态又要有定制化需求,我们自己参考 utools 设计,做了 Rubick
## 安装包 ## 安装包
* [Rubick Mac OS V0.0.1](https://github.com/clouDr-f2e/rubick/releases/download/v0.0.1/rubick2-0.0.1.pkg) * [Rubick Mac OS V0.0.1](https://github.com/clouDr-f2e/rubick/releases/download/v0.0.1-beta/rubick2-0.0.1.pkg)
## 支持能力 ## 支持能力
@ -23,7 +33,10 @@
- [ ] 支持 Windows - [ ] 支持 Windows
- [ ] 支持 Linux - [ ] 支持 Linux
![image](https://user-images.githubusercontent.com/21073039/122888869-d6e60d00-d374-11eb-9fb9-2a6e541e389e.png)
![QQ20210705-210753](https://user-images.githubusercontent.com/21073039/124477360-8770f980-ddd6-11eb-8dc3-ba318223697f.gif)
## 使用问题 ## 使用问题
1. 目前 `Rubick` 插件市场 server 端还没有部署,所以目前看不到插件市场的插件。 1. 目前 `Rubick` 插件市场 server 端还没有部署,所以目前看不到插件市场的插件。