Update plugins.json

由于均适配beta.1,将fortune与what2eat插件“alpha”tag删除;修改几个插件“desc”字段描述,统一描述风格;
This commit is contained in:
KafCoppelia 2022-01-26 14:09:09 +08:00 committed by GitHub
parent ba8dfb6d94
commit efbfea3d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -879,7 +879,7 @@
"module_name": "nonebot_plugin_roll", "module_name": "nonebot_plugin_roll",
"project_link": "nonebot-plugin-roll", "project_link": "nonebot-plugin-roll",
"name": "扔骰子", "name": "扔骰子",
"desc": "掷骰!扔出指定个数的多面骰子", "desc": "掷骰!扔出指定个数的多面骰子🎲",
"author": "KafCoppelia", "author": "KafCoppelia",
"homepage": "https://github.com/KafCoppelia/nonebot_plugin_roll", "homepage": "https://github.com/KafCoppelia/nonebot_plugin_roll",
"tags": [ "tags": [
@ -894,7 +894,7 @@
"module_name": "nonebot_plugin_crazy_thursday", "module_name": "nonebot_plugin_crazy_thursday",
"project_link": "nonebot-plugin-crazy-thursday", "project_link": "nonebot-plugin-crazy-thursday",
"name": "疯狂星期四", "name": "疯狂星期四",
"desc": "天天疯狂随机输出KFC疯狂星期四文案", "desc": "天天疯狂随机输出KFC疯狂星期四文案🍗",
"author": "KafCoppelia", "author": "KafCoppelia",
"homepage": "https://github.com/KafCoppelia/nonebot_plugin_crazy_thursday", "homepage": "https://github.com/KafCoppelia/nonebot_plugin_crazy_thursday",
"tags": [ "tags": [
@ -972,7 +972,7 @@
"module_name": "nonebot_plugin_fortune", "module_name": "nonebot_plugin_fortune",
"project_link": "nonebot-plugin-fortune", "project_link": "nonebot-plugin-fortune",
"name": "今日运势", "name": "今日运势",
"desc": "抽签!占卜一下你的今日运势", "desc": "抽签!抽取你的今日运势🙏",
"author": "KafCoppelia", "author": "KafCoppelia",
"homepage": "https://github.com/KafCoppelia/nonebot_plugin_fortune", "homepage": "https://github.com/KafCoppelia/nonebot_plugin_fortune",
"tags": [ "tags": [
@ -983,10 +983,6 @@
{ {
"label": "t:fortune", "label": "t:fortune",
"color": "#ea6f52" "color": "#ea6f52"
},
{
"label": "alpha only",
"color": "#181717"
} }
], ],
"is_official": false "is_official": false
@ -995,7 +991,7 @@
"module_name": "nonebot_plugin_tarot", "module_name": "nonebot_plugin_tarot",
"project_link": "nonebot-plugin-tarot", "project_link": "nonebot-plugin-tarot",
"name": "塔罗牌", "name": "塔罗牌",
"desc": "塔罗牌!占卜今日运势", "desc": "塔罗牌!魔法占卜🔮",
"author": "KafCoppelia", "author": "KafCoppelia",
"homepage": "https://github.com/KafCoppelia/nonebot_plugin_tarot", "homepage": "https://github.com/KafCoppelia/nonebot_plugin_tarot",
"tags": [ "tags": [
@ -1006,10 +1002,6 @@
{ {
"label": "t:tarot", "label": "t:tarot",
"color": "#461264" "color": "#461264"
},
{
"label": "beta first",
"color": "#b41f14"
} }
], ],
"is_official": false "is_official": false
@ -1033,7 +1025,7 @@
"module_name": "nonebot_plugin_what2eat", "module_name": "nonebot_plugin_what2eat",
"project_link": "nonebot-plugin-what2eat", "project_link": "nonebot-plugin-what2eat",
"name": "今天吃什么", "name": "今天吃什么",
"desc": "选择恐惧症让Bot给你今天吃什么建议!", "desc": "选择恐惧症让Bot决定你今天吃什么🍕",
"author": "KafCoppelia", "author": "KafCoppelia",
"homepage": "https://github.com/KafCoppelia/nonebot_plugin_what2eat", "homepage": "https://github.com/KafCoppelia/nonebot_plugin_what2eat",
"tags": [ "tags": [
@ -1044,10 +1036,6 @@
{ {
"label": "t:what2eat", "label": "t:what2eat",
"color": "#f09526" "color": "#f09526"
},
{
"label": "alpha only",
"color": "#181717"
} }
], ],
"is_official": false "is_official": false
@ -1100,4 +1088,4 @@
], ],
"is_official": false "is_official": false
} }
] ]