mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-09 04:16:23 +08:00
Merge branch 'master' of github.com:clouDr-f2e/rubick into dev-tcsnzh
This commit is contained in:
commit
b95c8fad6f
@ -1,7 +1,7 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
title: 'Rubick',
|
title: 'Rubick',
|
||||||
description: '你的开源桌面插件应用',
|
description: '你的开源桌面插件应用',
|
||||||
base: '/rubick/',
|
base: '/',
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
themeColor: {
|
themeColor: {
|
||||||
blue: "#2196f3",
|
blue: "#2196f3",
|
||||||
@ -13,7 +13,7 @@ module.exports = {
|
|||||||
nav: [
|
nav: [
|
||||||
{ text: '使用文档', link: '/guide/' },
|
{ text: '使用文档', link: '/guide/' },
|
||||||
{ text: '开发者', link: '/dev/' },
|
{ text: '开发者', link: '/dev/' },
|
||||||
{ text: 'ChangeLog', link: 'https://github.com/clouDr-f2e/rubick/blob/master/CHANGELOG.md' },
|
{ text: 'ChangeLog', link: 'https://github.com/rubickCenter/rubick/blob/master/CHANGELOG.md' },
|
||||||
],
|
],
|
||||||
sidebar: [
|
sidebar: [
|
||||||
{
|
{
|
||||||
@ -44,7 +44,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
// 假定是 GitHub. 同时也可以是一个完整的 GitLab URL
|
// 假定是 GitHub. 同时也可以是一个完整的 GitLab URL
|
||||||
repo: 'https://github.com/clouDr-f2e/rubick',
|
repo: 'https://github.com/rubickCenter/rubick',
|
||||||
// 自定义仓库链接文字。默认从 `themeConfig.repo` 中自动推断为
|
// 自定义仓库链接文字。默认从 `themeConfig.repo` 中自动推断为
|
||||||
// "GitHub"/"GitLab"/"Bitbucket" 其中之一,或是 "Source"。
|
// "GitHub"/"GitLab"/"Bitbucket" 其中之一,或是 "Source"。
|
||||||
repoLabel: 'Github',
|
repoLabel: 'Github',
|
||||||
|
@ -66,7 +66,7 @@ window.showNotification = function () {
|
|||||||
rubick.showNotification('HI, rubick')
|
rubick.showNotification('HI, rubick')
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
rubick 更多支持 API 能力参考:[rubick 全局API](https://github.com/clouDr-f2e/rubick/blob/master/static/preload.js#L49)
|
rubick 更多支持 API 能力参考:[rubick 全局API](https://github.com/rubickCenter/rubick/blob/master/static/preload.js#L49)
|
||||||
|
|
||||||
### logo.png
|
### logo.png
|
||||||
当前插件的logo图标,建议是 200 x 200 方形图标
|
当前插件的logo图标,建议是 200 x 200 方形图标
|
||||||
@ -75,7 +75,7 @@ rubick 更多支持 API 能力参考:[rubick 全局API](https://github.com/clo
|
|||||||
复制 `plugin.json` 文件,在 `rubick` 主窗口执行 `ctrl/command + v` 即可唤起安装插件的功能,选择`新建rubick插件`,进入插件主界面,
|
复制 `plugin.json` 文件,在 `rubick` 主窗口执行 `ctrl/command + v` 即可唤起安装插件的功能,选择`新建rubick插件`,进入插件主界面,
|
||||||
开启插件后,在插件主窗口即可通过命令打开插件:
|
开启插件后,在插件主窗口即可通过命令打开插件:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
本小节所有代码:[rubcik-plugin-demo](https://github.com/clouDr-f2e/rubick-plugin-demo)
|
本小节所有代码:[rubcik-plugin-demo](https://github.com/clouDr-f2e/rubick-plugin-demo)
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
## 下载 rubick
|
## 下载 rubick
|
||||||
[rubick 下载安装地址](https://github.com/clouDr-f2e/rubick/releases)
|
[rubick 下载安装地址](https://github.com/rubickCenter/rubick/releases)
|
||||||
|
|
||||||
安装完成后打开 rubick 即可看到主搜索界面:
|
安装完成后打开 rubick 即可看到主搜索界面:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
目前支持 windows 和 macos。linux 小伙伴正在开发中
|
目前支持 windows 和 macos。linux 小伙伴正在开发中
|
||||||
|
|
||||||
@ -21,9 +21,9 @@
|
|||||||
```
|
```
|
||||||
也就是说只要当前系统软件安装到这些目录才会被检索到。支持中文搜索和拼音、拼音首字母搜索:
|
也就是说只要当前系统软件安装到这些目录才会被检索到。支持中文搜索和拼音、拼音首字母搜索:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
`Windows` 内由于安装目录太多不确定,有的在 C盘,有的在D盘,还有的在自定义其他位置,所以该功能还在设计中,如果您有好的方案也欢迎提供:[issues](https://github.com/clouDr-f2e/rubick/issues)
|
`Windows` 内由于安装目录太多不确定,有的在 C盘,有的在D盘,还有的在自定义其他位置,所以该功能还在设计中,如果您有好的方案也欢迎提供:[issues](https://github.com/rubickCenter/rubick/issues)
|
||||||
|
|
||||||
### 2. rubick 内置功能
|
### 2. rubick 内置功能
|
||||||
|
|
||||||
@ -42,13 +42,13 @@
|
|||||||
点击搜索框右侧 rubick 图标,进入插件市场,选择所需插件,点击下载按钮即可下载,下载完成后在已安装 tab 下可以找到安装插件。
|
点击搜索框右侧 rubick 图标,进入插件市场,选择所需插件,点击下载按钮即可下载,下载完成后在已安装 tab 下可以找到安装插件。
|
||||||
安装完成后,输入插件呼起命令即可使用对应插件:
|
安装完成后,输入插件呼起命令即可使用对应插件:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 4. 右击增强
|
### 4. 右击增强
|
||||||
通常我们需要使用鼠标右击来对桌面属性进行拓展,`Rubick` 支持对右击属性进行增强功能,长按鼠标右键即可呼起。如果安装的插件支持
|
通常我们需要使用鼠标右击来对桌面属性进行拓展,`Rubick` 支持对右击属性进行增强功能,长按鼠标右键即可呼起。如果安装的插件支持
|
||||||
特殊类型的文件操作,还可以在右键中唤起插件:
|
特殊类型的文件操作,还可以在右键中唤起插件:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 更多功能
|
### 更多功能
|
||||||
如果您还需要更多功能,欢迎来这里给我们提建议:[issues](https://github.com/clouDr-f2e/rubick/issues/20)
|
如果您还需要更多功能,欢迎来这里给我们提建议:[issues](https://github.com/clouDr-f2e/rubick/issues/20)
|
||||||
|
@ -69,7 +69,7 @@ $ npm install --global --production windows-build-tools
|
|||||||
可以去一下 `C:\Users\you username\.windows-build-tools` 找一下看看应该会有一个 `vs_BuildTools` 文件
|
可以去一下 `C:\Users\you username\.windows-build-tools` 找一下看看应该会有一个 `vs_BuildTools` 文件
|
||||||
双击后,会出现以下弹窗:
|
双击后,会出现以下弹窗:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
点击启动,如果一切正常那么可以方向关掉你的命令行了,此时 vs 已经安装成功,接下来要配置一下编译工具:
|
点击启动,如果一切正常那么可以方向关掉你的命令行了,此时 vs 已经安装成功,接下来要配置一下编译工具:
|
||||||
```shell
|
```shell
|
||||||
@ -91,7 +91,7 @@ $npm run rebuild
|
|||||||
```
|
```
|
||||||
|
|
||||||
## 最后
|
## 最后
|
||||||
如果您在启动过程中还有其他的问题,欢迎随时给我们反馈,我们会在第一时间回复:[issues](https://github.com/clouDr-f2e/rubick/issues/20)
|
如果您在启动过程中还有其他的问题,欢迎随时给我们反馈,我们会在第一时间回复:[issues](https://github.com/rubickCenter/rubick/issues/20)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
10220
docs/pnpm-lock.yaml
generated
Normal file
10220
docs/pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user