mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +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
|
||||
.idea
|
||||
.history
|
||||
package.json
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
.prettierrc.json
|
@ -47,11 +47,11 @@ index -- 主入口
|
||||
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
|
||||
pnpm install -P
|
||||
或
|
||||
pnpm add axios tunnel twitter-api-v2
|
||||
pnpm i -P --prefix .\plugins\rconsole-plugin\
|
||||
```
|
||||
|
||||
|
||||
|
@ -1,13 +1,10 @@
|
||||
{
|
||||
"name": "rconsole-plugin",
|
||||
"version": "1.0.8",
|
||||
"description": "R-plugin",
|
||||
"type": "module",
|
||||
"module": "index.js",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"axios": "^1.3.4",
|
||||
"tunnel": "^0.0.6",
|
||||
"twitter-api-v2": "^1.14.2"
|
||||
}
|
||||
{
|
||||
"name": "rconsole-plugin",
|
||||
"description": "R-Plugin",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"axios": "^1.3.4",
|
||||
"tunnel": "^0.0.6",
|
||||
"twitter-api-v2": "^1.14.2"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user