mirror of
https://github.com/rubickCenter/rubick
synced 2025-07-22 08:10:04 +08:00
Merge branch 'master' of github.com:clouDr-f2e/rubick
This commit is contained in:
commit
5555275280
24
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal 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
|
||||
|
||||
**预期行为**
|
||||
清晰简明地描述了您预期的发生。
|
||||
|
||||
**截图**
|
||||
如果可以,请添加屏幕截图以帮助解释您的问题。
|
10
.github/ISSUE_TEMPLATE/development-problem.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/development-problem.md
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
name: Development Problem
|
||||
about: 任何开发建议、使用问题、交流学习都可以
|
||||
title: ''
|
||||
labels: help wanted
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## 任何开发建议、交流学习都可以
|
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: 提交一个新特性/功能
|
||||
title: ''
|
||||
labels: feature
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**您的功能请求是否与问题相关? 请简单描述.**
|
||||
清晰简明地描述问题是什么. Ex. I'm always frustrated when [...]
|
||||
|
||||
**请描述一下您想要的解决方案**
|
||||
清晰简明地描述您想要发生的事情。
|
||||
|
||||
**描述你考虑过的替代方案**
|
||||
清晰简洁地描述您所考虑的任何替代解决方案或功能。
|
19
README.md
19
README.md
@ -2,13 +2,23 @@
|
||||
<img align="center" src="https://user-images.githubusercontent.com/21073039/123022701-c3848180-d408-11eb-86ec-7727f355ea96.png" />
|
||||
</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 开源的插件。
|
||||
之所以做这个工具箱一方面是 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
|
||||
- [ ] 支持 Linux
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
## 使用问题
|
||||
1. 目前 `Rubick` 插件市场 server 端还没有部署,所以目前看不到插件市场的插件。
|
||||
|
Loading…
x
Reference in New Issue
Block a user