mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-01-19 17:58:26 +08:00
commit
80e41d26e2
10
.github/workflows/plugin_issue.yml
vendored
10
.github/workflows/plugin_issue.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: 'Plugin Issue Bot'
|
name: 'Store Publish Issue Bot'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -12,14 +12,16 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
issue_bot:
|
issue_bot:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: plugin issue bot
|
name: store publish issue bot
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: NoneBot2 Plugin Issue Bot
|
- name: NoneBot2 Plugin Issue Bot
|
||||||
uses: he0119/nonebot2-plugin-issue-bot@v0.2
|
uses: he0119/nonebot2-plugin-issue-bot@main
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
base: master
|
base: master
|
||||||
path: docs/.vuepress/public/plugins.json
|
plugin_path: docs/.vuepress/public/plugins.json
|
||||||
|
bot_path: docs/.vuepress/public/bots.json
|
||||||
|
adapter_path: docs/.vuepress/public/adapters.json
|
||||||
|
@ -49,14 +49,14 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-model="newPlugin.id"
|
v-model="newPlugin.link"
|
||||||
label="PyPI 项目名"
|
label="PyPI 项目名"
|
||||||
required
|
required
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-model="newPlugin.link"
|
v-model="newPlugin.id"
|
||||||
label="插件 import 包名"
|
label="插件 import 包名"
|
||||||
required
|
required
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
|
@ -198,5 +198,21 @@
|
|||||||
"desc": "输入拼音首字母,猜测文字",
|
"desc": "输入拼音首字母,猜测文字",
|
||||||
"name": "缩写查询器",
|
"name": "缩写查询器",
|
||||||
"repo": "anlen123/nonebot_plugin_abbrreply"
|
"repo": "anlen123/nonebot_plugin_abbrreply"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "nonebot_plugin_biliav",
|
||||||
|
"link": "nonebot_plugin_biliav",
|
||||||
|
"author": "knva",
|
||||||
|
"desc": "将用户发的av号或者bv号转成小程序返回",
|
||||||
|
"name": "biliav小程序转换器",
|
||||||
|
"repo": "knva/nonebot_plugin_biliav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "nonebot-plugin-manager",
|
||||||
|
"link": "nonebot_plugin_manager",
|
||||||
|
"name": "插件管理器",
|
||||||
|
"desc": "基于 import hook 的插件管理",
|
||||||
|
"author": "Jigsaw111",
|
||||||
|
"repo": "Jigsaw111/nonebot_plugin_manager"
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in New Issue
Block a user