mirror of
https://github.com/Refound-445/nonebot-plugin-nailongremove.git
synced 2025-09-27 04:41:56 +08:00
This commit is contained in:
parent
78412d3393
commit
d2cb2ca46e
@ -276,6 +276,8 @@ Add the required configurations from the table below to the `.env` file in your
|
||||
|
||||
Whenever a "NaiLong" meme is recognized, it will be retracted and notified.
|
||||
|
||||
Cloud Deployment: The [run_with_napcat_en.ipynb](https://github.com/Refound-445/nonebot-plugin-nailongremove/blob/main/ipynb/run_with_napcat_en.ipynb) file supports one-click deployment on platforms like Kaggle or Huggingface's Spaces. You can complete the bot deployment simply by clicking "Run" and scanning the QR code!
|
||||
|
||||
To store errored images locally (for `SUPERUSERS`): Send "This is [type]"+image, for example: "This is nailong+image",
|
||||
and it will be automatically stored locally. When similarity detection is on, in the next image check, it will
|
||||
prioritize recognizing the images already stored locally.
|
||||
@ -293,6 +295,10 @@ Welcome everyone to join the group for learning and exchange!
|
||||
|
||||
## 📝 Changelog
|
||||
|
||||
### Minor Update
|
||||
|
||||
- Added the [run_with_napcat_en.ipynb](https://github.com/Refound-445/nonebot-plugin-nailongremove/blob/main/ipynb/run_with_napcat_en.ipynb) file, which supports one-click deployment on platforms like Kaggle or Huggingface's Spaces. You can complete the bot deployment simply by clicking "Run" and scanning the QR code!
|
||||
|
||||
### 2.3.5
|
||||
|
||||
- The update adds a feature to select a mute tag, allowing users to choose whether to mute or recall the processing for
|
||||
|
@ -262,6 +262,8 @@ pip install nonebot-plugin-nailongremove-base -U
|
||||
|
||||
只要有人发奶龙表情包被识别出来,就会被撤回并提醒。
|
||||
|
||||
云部署:[run_with_napcat.ipynb](https://github.com/Refound-445/nonebot-plugin-nailongremove/blob/main/ipynb/run_with_napcat.ipynb)文件,支持Kaggle或者Huggingface的Space等一键部署,仅需点击运行和扫码即可完成bot部署!
|
||||
|
||||
本地存储报错图片(限`SUPERUSERS`):发送"这是[种类]"+图片,例如:"这是nailong+图片",便会自动存储到本地,开启相似度检测后,在下一次检测图片会优先识别本地已存储的图片。
|
||||
|
||||
## 📞 联系
|
||||
@ -274,6 +276,10 @@ pip install nonebot-plugin-nailongremove-base -U
|
||||
|
||||
## 📝 更新日志
|
||||
|
||||
### 小更新
|
||||
|
||||
- 增加[run_with_napcat.ipynb](https://github.com/Refound-445/nonebot-plugin-nailongremove/blob/main/ipynb/run_with_napcat.ipynb)文件,支持Kaggle或者Huggingface的Space等一键部署,仅需点击运行和扫码即可完成bot部署!
|
||||
|
||||
### 2.3.5
|
||||
|
||||
- 更新可以增加禁言标签选择功能,分别对不同种类的图片选择是否禁言或者撤回处理
|
||||
|
Loading…
Reference in New Issue
Block a user