diff --git a/.github/workflows/plugin_issue.yml b/.github/workflows/publish_bot.yml similarity index 73% rename from .github/workflows/plugin_issue.yml rename to .github/workflows/publish_bot.yml index 6d2b0b6c..542ca6d2 100644 --- a/.github/workflows/plugin_issue.yml +++ b/.github/workflows/publish_bot.yml @@ -1,4 +1,4 @@ -name: 'Store Publish Issue Bot' +name: 'NoneBot2 Publish Bot' on: push: @@ -10,15 +10,15 @@ on: types: [closed] jobs: - issue_bot: + publish_bot: runs-on: ubuntu-latest - name: store publish issue bot + name: nonebot2 publish bot steps: - name: Checkout code uses: actions/checkout@v2 - - name: NoneBot2 Plugin Issue Bot - uses: he0119/nonebot2-plugin-issue-bot@main + - name: NoneBot2 Publish Bot + uses: nonebot/nonebot2-publish-bot@main with: token: ${{ secrets.GH_TOKEN }} base: master diff --git a/README.md b/README.md index 08304307..ef96c3fc 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ # NoneBot + - _✨ 跨平台 Python 异步机器人框架 ✨_ + diff --git a/docs/.vuepress/public/bots.json b/docs/.vuepress/public/bots.json index f115360f..01778520 100644 --- a/docs/.vuepress/public/bots.json +++ b/docs/.vuepress/public/bots.json @@ -3,7 +3,7 @@ "name": "HarukaBot", "desc": "将B站UP主的动态和直播信息推送至QQ", "author": "SK-415", - "repo": "https://haruka-bot.live" + "repo": "SK-415/HarukaBot" }, { "name": "Omega Miya", @@ -52,5 +52,11 @@ "desc": "每个群配置文件独立,可以控制频率,socks http代理,R18开关,支持多tag,自建API lolicon Pixiv热度榜", "author": "yuban10703", "repo": "https://github.com/yuban10703/setu-nonebot2" + }, + { + "name": "Takker", + "desc": "综合了各种娱乐功能的Bot", + "author": "FYWinds", + "repo": "https://github.com/FYWinds/takker" } -] \ No newline at end of file +] diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index efabfa2a..af275ad8 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -374,5 +374,45 @@ "desc": "QQ机器人 RSS订阅 插件,订阅源建议选择 RSSHub", "author": "Quan666", "repo": "https://github.com/Quan666/ELF_RSS" + }, + { + "id": "nonebot_plugin_atri", + "link": "nonebot-plugin-atri", + "name": "ATRI语音包", + "desc": "一个ATRI语音包,基于文本相似度匹配回复", + "author": "FYWinds", + "repo": "https://github.com/FYWinds/nonebot-plugin-atri" + }, + { + "id": "nonebot_plugin_hanayori", + "link": "nonebot-plugin-hanayori", + "name": "HanayoriBot", + "desc": "B站动态推送与开播提醒插件", + "author": "kanomahoro", + "repo": "https://github.com/kanomahoro/nonebot-hanayori" + }, + { + "id": "nonebot_plugin_filehost", + "link": "nonebot-plugin-filehost", + "name": "HTTP静态文件托管", + "desc": "一款 HTTP 静态文件托管插件, 为跨机文件传输提供了优雅的解决方案", + "author": "mnixry", + "repo": "https://github.com/mnixry/nonebot-plugin-filehost" + }, + { + "id": "nonebot_plugin_simplemusic", + "link": "nonebot-plugin-simplemusic", + "name": "SimpleMusic", + "desc": "最简Q群点歌插件,支持网易云、QQ音乐", + "author": "kanomahoro", + "repo": "https://github.com/kanomahoro/nonebot-simplemusic" + }, + { + "id": "nonebot_plugin_phlogo", + "link": "nonebot-plugin-phlogo", + "name": "pornhub风格图标生成", + "desc": "生成pornhub风格logo", + "author": "kexue-z", + "repo": "https://github.com/kexue-z/nonebot-plugin-phlogo" } ] \ No newline at end of file