From 55cafed5e32957260482c20019d644445de4627f Mon Sep 17 00:00:00 2001 From: zhaoxi Date: Thu, 16 Apr 2026 12:57:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:v0.1.1=20=E7=BB=93=E6=9E=84=E5=8C=96?= =?UTF-8?q?=E9=87=8D=E6=9E=84=E4=BB=A5=E6=94=AF=E6=8C=81=20Python=20?= =?UTF-8?q?=E6=89=A9=E5=B1=95=E5=88=86=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 3 +++ README.md | 13 +++++++++++++ 2 files changed, 16 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47d1698..dfde406 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,6 +6,9 @@ on: pull_request: workflow_dispatch: +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true + permissions: contents: read diff --git a/README.md b/README.md index 65f3dc4..7747c65 100644 --- a/README.md +++ b/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并进行简单的解析到目标文件夹下