mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00

1. 适配拉格朗日上传文件,解决部分用户使用拉格朗日无法观看视频问题 2. 新增switchers,存储一些开关例如:海外解析、拉格朗日判断等 3. 新增ws用于连接拉格朗日 4. 新增配置文件配置项`lagrangeForwardWebSocket`,用于配置拉格朗日正向地址
13 lines
222 B
JSON
13 lines
222 B
JSON
{
|
|
"name": "rconsole-plugin",
|
|
"description": "R-Plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"axios": "^1.3.4",
|
|
"tunnel": "^0.0.6",
|
|
"qrcode": "^1.5.3",
|
|
"p-queue": "^8.0.1",
|
|
"ws": "^8.17.0"
|
|
}
|
|
}
|