An open API service indexing awesome lists of open source software.

https://github.com/fishpioffical/fishpi-ext-tail

摸鱼派客户端 小尾巴扩展
https://github.com/fishpioffical/fishpi-ext-tail

desktop extension fishpi

Last synced: about 1 year ago
JSON representation

摸鱼派客户端 小尾巴扩展

Awesome Lists containing this project

README

          



这是 [摸鱼派客户端](https://github.com/imlinhanchao/fishpi-desktop) 小尾巴扩展,可以在聊天室中自动加发言小尾巴。

## 安装方式

1. 下载 [Release](https://github.com/imlinhanchao/fishpi-ext-tail/releases) 最新版本的压缩包。
2. 解压缩到客户端扩展目录。
3. 重新开启客户端即可。

## 功能说明
可以设置过滤聊天室的小尾巴和设置自己发送的小尾巴,可以进入扩展页面点击扩展的设置按钮进行设置。

## 调试说明
1. 首先,将代码 clone 到扩展目录,运行 `npm run serve`,启动 vue 服务。
2. 添加 `--dev` 命令行参数启动程序:
```bash
# Windows
.\fishpi.exe --dev

# MacOS
fishpi.app/Contents/MacOS/fishpi --dev
```
1. 点击扩展界面的扩展设置按钮。即可启动对扩展 `webview` 调试。