🎨 improve tag style

This commit is contained in:
yanyongyu 2022-01-01 12:07:33 +08:00
parent feadffebcd
commit 574d4366a6
2 changed files with 29 additions and 5 deletions

View File

@ -23,7 +23,7 @@ export default function Tag({
return ( return (
<span <span
className={clsx( className={clsx(
"inline-flex px-3 rounded-full items-center align-middle mr-2", "font-mono inline-flex px-3 rounded-full items-center align-middle mr-2",
className className
)} )}
style={{ style={{

View File

@ -8,8 +8,8 @@
"homepage": "https://github.com/cscs181/QQ-GitHub-Bot/tree/master/src/plugins/nonebot_plugin_status", "homepage": "https://github.com/cscs181/QQ-GitHub-Bot/tree/master/src/plugins/nonebot_plugin_status",
"tags": [ "tags": [
{ {
"label": "server", "label": "t:server",
"color": "#ff0000" "color": "#aeeaa8"
} }
], ],
"is_official": true "is_official": true
@ -23,7 +23,7 @@
"homepage": "https://github.com/SK-415/HarukaBot", "homepage": "https://github.com/SK-415/HarukaBot",
"tags": [ "tags": [
{ {
"label": "bilibili", "label": "t:bilibili",
"color": "#e55d80" "color": "#e55d80"
} }
], ],
@ -56,7 +56,31 @@
"desc": "使用Sentry监控机器人日志并处理报错", "desc": "使用Sentry监控机器人日志并处理报错",
"name": "Sentry日志监控", "name": "Sentry日志监控",
"homepage": "https://github.com/cscs181/QQ-GitHub-Bot/tree/master/src/plugins/nonebot_plugin_sentry", "homepage": "https://github.com/cscs181/QQ-GitHub-Bot/tree/master/src/plugins/nonebot_plugin_sentry",
"tags": [], "tags": [
{
"label": "t:log",
"color": "#6be3ea"
}
],
"is_official": true
},
{
"module_name": "nonebot_plugin_test",
"projectLink": "nonebot-plugin-test",
"author": "yanyongyu",
"desc": "在浏览器中测试你的 NoneBot 机器人",
"name": "前端测试机器人插件",
"homepage": "https://github.com/nonebot/plugin-test",
"tags": [
{
"label": "alpha only",
"color": "#f56c6c"
},
{
"label": "a:cqhttp",
"color": "#000000"
}
],
"is_official": true "is_official": true
}, },
{ {