up
Some checks are pending
Pre Commit Check / pre-commit (push) Waiting to run

This commit is contained in:
Refound-445 2025-01-25 18:37:35 +08:00
parent 78412d3393
commit d2cb2ca46e
2 changed files with 12 additions and 0 deletions

View File

@ -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. 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", 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 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. prioritize recognizing the images already stored locally.
@ -293,6 +295,10 @@ Welcome everyone to join the group for learning and exchange!
## 📝 Changelog ## 📝 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 ### 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 - The update adds a feature to select a mute tag, allowing users to choose whether to mute or recall the processing for

View File

@ -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+图片",便会自动存储到本地,开启相似度检测后,在下一次检测图片会优先识别本地已存储的图片。 本地存储报错图片(限`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 ### 2.3.5
- 更新可以增加禁言标签选择功能,分别对不同种类的图片选择是否禁言或者撤回处理 - 更新可以增加禁言标签选择功能,分别对不同种类的图片选择是否禁言或者撤回处理