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
摸鱼派客户端 小尾巴扩展
- Host: GitHub
- URL: https://github.com/fishpioffical/fishpi-ext-tail
- Owner: FishPiOffical
- Created: 2022-10-03T09:09:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T03:07:24.000Z (almost 4 years ago)
- Last Synced: 2025-05-07T12:08:09.014Z (about 1 year ago)
- Topics: desktop, extension, fishpi
- Language: Less
- Homepage:
- Size: 846 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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` 调试。