# JL控制插件 **Repository Path**: adrae/dg-lab-play-plugin ## Basic Information - **Project Name**: JL控制插件 - **Description**: ⚡️ 爽飞 ⚡️ - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2024-07-27 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: Yunzai, Karin, 郊狼, trss ## README # 郊狼控制插件 ⚡️ 爽飞 ⚡️ # [插件的Karin版本](https://gitee.com/adrae/dg-lab-play-plugin/tree/karin) ![统计](https://count.getloli.com/get/@:dg-lab-play-plugin?theme=rule34) # 插件交流群982742859 ## 安装方式 在崽的目录输入 ``` git clone https://gitee.com/adrae/dg-lab-play-plugin ./plugins/dg-lab-play-plugin ``` 然后输入 ``` pnpm install ``` ### 服务端的搭建 #### Node环境 把插件目录下的app.js放到崽目录外的文件夹内 执行 ``` pnpm add uuid ws node app ``` 如果你想后台运行 你可以 ``` pm2 start app.js --name JL ``` 停止就是 ``` pm2 stop JL ``` 开机自启动就是在执行`pm2 start app.js --name JL`后执行 ``` pm2 save ``` #### 直接运行EXE 运行插件目录下对应exe即可 `app-win.exe` `app-linux.exe`