feat:v0.1.1 结构化重构以支持 Python 扩展分发
This commit is contained in:
parent
445ecdfce0
commit
55cafed5e3
|
|
@ -6,6 +6,9 @@ on:
|
|||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
|
|
|
|||
13
README.md
13
README.md
|
|
@ -13,6 +13,19 @@ Pretor的插件管理工具
|
|||
viceroy 是一个由rust编写的安装工具,用于pretor的插件管理
|
||||
pretor项目仓库:https://github.com/zhaoxi826/Pretor
|
||||
|
||||
---
|
||||
##快速开始
|
||||
```Bash
|
||||
pip install pretor-viceroy
|
||||
#或者使用uv
|
||||
uv pip install pretor-viceroy
|
||||
```
|
||||
在项目中使用
|
||||
```python
|
||||
import viceroy
|
||||
```
|
||||
|
||||
|
||||
---
|
||||
## 目前支持对象
|
||||
- skill: 安装skill并进行简单的解析到目标文件夹下
|
||||
|
|
|
|||
Loading…
Reference in New Issue