Skip to content

Commit b4543b9

Browse files
committed
文档信息更新
1 parent 5b48c42 commit b4543b9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/components/Index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<n-grid-item span="0 m:1 l:1 xl:2"></n-grid-item>
1414
<n-grid-item span="8 m:6 l:6 xl:4">
1515
<n-flex vertical>
16-
<HorizontalAdUnit />
1716
<n-collapse :default-expanded-names="[...collapseActions]" @item-header-click="handleItemHeaderClick">
1817
<n-card embedded :bordered="false">
1918
<n-collapse-item name="KDoc">
@@ -63,6 +62,7 @@
6362
</n-collapse-item>
6463
</n-card>
6564
</n-collapse>
65+
<HorizontalAdUnit />
6666
</n-flex>
6767
</n-grid-item>
6868
<n-grid-item span="0 m:1 l:1 xl:2"></n-grid-item>

src/components/RepoDocCards.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ function Shield(props) {
6666
const officialTag = Tag({ name: 'Official', type: 'info' })
6767
const coreTag = Tag({ name: '核心', type: 'info' })
6868
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' })
7272
7373
const componentCards = [
7474
{
@@ -129,7 +129,7 @@ const componentCards = [
129129
},
130130
{
131131
name: "OneBot组件",
132-
tags: [WIPTag, helpWanted, officialTag, componentTag],
132+
tags: [officialTag, componentTag],
133133
shields: [
134134
Shield({
135135
src: "https://img.shields.io/github/v/release/simple-robot/simbot-component-onebot?label=version",
@@ -186,7 +186,7 @@ const componentCards = [
186186
},
187187
{
188188
name: "mirai组件",
189-
tags: [Tag({ name: '濒死⚠', type: 'warning', round: false }), officialTag, componentTag],
189+
tags: [Tag({ name: '⚠濒死', type: 'warning', round: false }), officialTag, componentTag],
190190
shields: [
191191
Shield({
192192
// src: "https://img.shields.io/maven-central/v/love.forte.simbot.component/simbot-component-mirai-core?&label=version",

0 commit comments

Comments
 (0)