mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
🔀 Merge master into dev
This commit is contained in:
commit
1331cbf8a3
@ -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
|
@ -7,9 +7,10 @@
|
||||
|
||||
# NoneBot
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
<!-- markdownlint-disable-next-line MD036 -->
|
||||
|
||||
_✨ 跨平台 Python 异步机器人框架 ✨_
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -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"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
@ -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"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user