@@ -66,9 +66,9 @@ function Shield(props) {
66
66
const officialTag = Tag ({ name: ' Official' , type: ' info' })
67
67
const coreTag = Tag ({ name: ' 核心' , type: ' info' })
68
68
const componentTag = Tag ({name: " 组件" , type: " success" })
69
- const WIPTag = Tag ({ name: ' <b>WIP🚧 </b>' , type: ' warning' })
70
- const helpWanted = Tag ({ name: ' <b>期待协助🤝 </b>' , type: ' success' })
71
- const deadTag = Tag ({ name: ' <b>阵亡💀 </b>' , type: ' error' })
69
+ const WIPTag = Tag ({ name: ' <b>🚧WIP </b>' , type: ' warning' })
70
+ const helpWanted = Tag ({ name: ' <b>🤝期待协助 </b>' , type: ' success' })
71
+ const deadTag = Tag ({ name: ' <b>💀阵亡 </b>' , type: ' error' })
72
72
73
73
const componentCards = [
74
74
{
@@ -129,7 +129,7 @@ const componentCards = [
129
129
},
130
130
{
131
131
name: " OneBot组件" ,
132
- tags: [WIPTag, helpWanted, officialTag, componentTag],
132
+ tags: [officialTag, componentTag],
133
133
shields: [
134
134
Shield ({
135
135
src: " https://img.shields.io/github/v/release/simple-robot/simbot-component-onebot?label=version" ,
@@ -186,7 +186,7 @@ const componentCards = [
186
186
},
187
187
{
188
188
name: " mirai组件" ,
189
- tags: [Tag ({ name: ' 濒死⚠ ' , type: ' warning' , round: false }), officialTag, componentTag],
189
+ tags: [Tag ({ name: ' ⚠濒死 ' , type: ' warning' , round: false }), officialTag, componentTag],
190
190
shields: [
191
191
Shield ({
192
192
// src: "https://img.shields.io/maven-central/v/love.forte.simbot.component/simbot-component-mirai-core?&label=version",
0 commit comments