Compare commits

..

1 Commits

Author SHA1 Message Date
ShioMI39 0e01dcf946 🍻 publish plugin nonebot-plugin-anime (#4048) 2026-06-06 18:16:03 +08:00
5 changed files with 8 additions and 17 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage report
uses: codecov/codecov-action@v7
uses: codecov/codecov-action@v6
with:
env_vars: OS,PYTHON_VERSION,PYDANTIC_VERSION
files: ./tests/coverage.xml
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
run: echo "BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_ENV
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v4
uses: nwtgck/actions-netlify@v3
with:
publish-dir: "./website/build"
production-deploy: true
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
- name: Deploy to Netlify
id: deploy
uses: nwtgck/actions-netlify@v4
uses: nwtgck/actions-netlify@v3
with:
publish-dir: ./website/build
production-deploy: false
+5 -13
View File
@@ -10979,21 +10979,13 @@
"is_official": false
},
{
"module_name": "nonebot_plugin_mail",
"project_link": "nonebot-plugin-mail",
"author_id": 86997355,
"module_name": "nonebot_plugin_anime",
"project_link": "nonebot-plugin-anime",
"author_id": 289417791,
"tags": [
{
"label": "邮件",
"color": "#ea5252"
},
{
"label": "AI",
"color": "#ea5252"
},
{
"label": "notion",
"color": "#ea5252"
"label": "anime",
"color": "#f280f1"
}
],
"is_official": false
-1
View File
@@ -22,7 +22,6 @@ toc_max_heading_level: 2
### 🍻 插件发布
- Plugin: 课程表插件 [@noneflow](https://github.com/noneflow) ([#4029](https://github.com/nonebot/nonebot2/pull/4029))
- Plugin: Just Enough Katakanas [@noneflow](https://github.com/noneflow) ([#4039](https://github.com/nonebot/nonebot2/pull/4039))
- Plugin: 群热度统计 [@noneflow](https://github.com/noneflow) ([#4017](https://github.com/nonebot/nonebot2/pull/4017))
- Plugin: Permission [@noneflow](https://github.com/noneflow) ([#4022](https://github.com/nonebot/nonebot2/pull/4022))