mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🐞 fix: 修复PR产生的问题
This commit is contained in:
parent
075997436a
commit
a7279c38ef
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,7 +16,6 @@ ehthumbs.db
|
|||||||
Thumbs.db
|
Thumbs.db
|
||||||
.idea
|
.idea
|
||||||
.history
|
.history
|
||||||
package.json
|
|
||||||
package-lock.json
|
package-lock.json
|
||||||
yarn.lock
|
yarn.lock
|
||||||
.prettierrc.json
|
.prettierrc.json
|
@ -47,11 +47,11 @@ index -- 主入口
|
|||||||
git clone https://gitee.com/kyrzy0416/rconsole-plugin.git ./plugins/rconsole-plugin/
|
git clone https://gitee.com/kyrzy0416/rconsole-plugin.git ./plugins/rconsole-plugin/
|
||||||
``````
|
``````
|
||||||
|
|
||||||
2.【必要】在`Yunzai-Bot`安装axios(0.27.2)、代理工具(tunnel)、TwitterAPI依赖
|
2.【必要】在`Yunzai-Bot`目录下安装axios(0.27.2)、魔法工具(tunnel)、TwitterAPI依赖
|
||||||
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pnpm install -P
|
pnpm i -P --prefix .\plugins\rconsole-plugin\
|
||||||
或
|
|
||||||
pnpm add axios tunnel twitter-api-v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "rconsole-plugin",
|
"name": "rconsole-plugin",
|
||||||
"version": "1.0.8",
|
"description": "R-Plugin",
|
||||||
"description": "R-plugin",
|
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"module": "index.js",
|
|
||||||
"main": "index.js",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^1.3.4",
|
"axios": "^1.3.4",
|
||||||
"tunnel": "^0.0.6",
|
"tunnel": "^0.0.6",
|
Loading…
x
Reference in New Issue
Block a user