mirror of
https://github.com/rubickCenter/rubick
synced 2025-07-06 21:32:47 +08:00
17 lines
747 B
Markdown
17 lines
747 B
Markdown
---
|
||
home: true
|
||
heroImage: /images/logo.png
|
||
heroText: Rubick
|
||
tagline: 基于 Electron 开源的插件化工具箱
|
||
actionText: 快速上手 →
|
||
actionLink: /guide/
|
||
features:
|
||
- title: 极其轻量
|
||
details: rubick 仅仅包含插件运行所需要的API,本身不内置任何插件,可以看成是 electron 的二次封装框架。
|
||
- title: 更强大的插件能力
|
||
details: 不仅仅支持ui插件(需要搜索呼起使用),还支持系统插件(不需要搜索,只要rubick在运行,系统插件即可用)
|
||
- title: 更便捷的插件管理
|
||
details: rubick 插件全部托管在 npm 仓库,rubick 插件的安装、使用、删除就是 npm 包的安装、使用、删除
|
||
footer: MIT Licensed | Copyright (c) 2021 muwoo
|
||
---
|