🔀 Merge pull request #672

Plugin: Add tags for j1g5awi's plugins
This commit is contained in:
Ju4tCode 2022-01-08 21:51:43 +08:00 committed by GitHub
commit f0e935d4ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 41 additions and 16 deletions

View File

@ -44,7 +44,7 @@
"project_link": "nonebot-adapter-telegram", "project_link": "nonebot-adapter-telegram",
"name": "telegram", "name": "telegram",
"desc": "Telegram 协议", "desc": "Telegram 协议",
"author": "StarHeartHunt", "author": "j1g5awi",
"homepage": "https://github.com/nonebot/adapter-telegram", "homepage": "https://github.com/nonebot/adapter-telegram",
"tags": [], "tags": [],
"is_official": true "is_official": true

View File

@ -236,11 +236,16 @@
{ {
"module_name": "nonebot_plugin_trpglogger", "module_name": "nonebot_plugin_trpglogger",
"project_link": "nonebot-plugin-trpglogger", "project_link": "nonebot-plugin-trpglogger",
"author": "Jigsaw111", "author": "j1g5awi",
"desc": "记录跑团记录并上传", "desc": "记录跑团记录并上传",
"name": "跑团记录记录器", "name": "跑团记录记录器",
"homepage": "https://github.com/thereisnodice/TRPGLogger", "homepage": "https://github.com/thereisnodice/TRPGLogger",
"tags": [], "tags": [
{
"label": "t:TRPG",
"color": "#80070B"
}
],
"is_official": false "is_official": false
}, },
{ {
@ -288,9 +293,14 @@
"project_link": "nonebot-plugin-manager", "project_link": "nonebot-plugin-manager",
"name": "插件管理器", "name": "插件管理器",
"desc": "基于 import hook 的插件管理", "desc": "基于 import hook 的插件管理",
"author": "Jigsaw111", "author": "j1g5awi",
"homepage": "https://github.com/Jigsaw111/nonebot_plugin_manager", "homepage": "https://github.com/nonepkg/nonebot_plugin_manager",
"tags": [], "tags": [
{
"label": "t:PluginManager",
"color": "#80070B"
}
],
"is_official": false "is_official": false
}, },
{ {
@ -317,10 +327,15 @@
"module_name": "nonebot_plugin_puppet", "module_name": "nonebot_plugin_puppet",
"project_link": "nonebot-plugin-puppet", "project_link": "nonebot-plugin-puppet",
"name": "nonebot_plugin_puppet", "name": "nonebot_plugin_puppet",
"desc": "多对多的会话转接", "desc": "高度自定义的会话转接",
"author": "Jigsaw111", "author": "j1g5awi",
"homepage": "https://github.com/Jigsaw111/nonebot_plugin_puppet", "homepage": "https://github.com/nonepkg/nonebot_plugin_puppet",
"tags": [], "tags": [
{
"label": "a:cqhttp",
"color": "#000000"
}
],
"is_official": false "is_official": false
}, },
{ {
@ -328,9 +343,14 @@
"project_link": "nonebot-plugin-mcstatus", "project_link": "nonebot-plugin-mcstatus",
"name": "Minecraft 服务器状态查询", "name": "Minecraft 服务器状态查询",
"desc": "顾名思义", "desc": "顾名思义",
"author": "Jigsaw111", "author": "j1g5awi",
"homepage": "https://github.com/Jigsaw111/nonebot-plugin-mcstatus", "homepage": "https://github.com/nonepkg/nonebot-plugin-mcstatus",
"tags": [], "tags": [
{
"label": "t:Minecraft",
"color": "#80070B"
}
],
"is_official": false "is_official": false
}, },
{ {
@ -750,7 +770,12 @@
"desc": "在 NoneBot2 中加载 OlivOS 插件", "desc": "在 NoneBot2 中加载 OlivOS 插件",
"author": "j1g5awi", "author": "j1g5awi",
"homepage": "https://github.com/nonepkg/OlivOS.nb2", "homepage": "https://github.com/nonepkg/OlivOS.nb2",
"tags": [], "tags": [
{
"label": "t:OlivOS",
"color": "#00a0ea"
}
],
"is_official": false "is_official": false
}, },
{ {