Skip to content

Commit 85fdd27

Browse files
committed
移除mirai
1 parent a80eeeb commit 85fdd27

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

.github/workflows/index-page.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ jobs:
4848
rm -rf kdoc/main
4949
working-directory: ./public
5050
51-
# mirai
52-
- uses: actions/checkout@v4
53-
with:
54-
ref: 'kdoc-deploy/component-mirai'
55-
path: 'public/kdoc/cp-mirai'
56-
57-
- run: |
58-
cp -r kdoc/cp-mirai/* ./
59-
rm -rf kdoc/cp-mirai
60-
working-directory: ./public
51+
# # mirai
52+
# - uses: actions/checkout@v4
53+
# with:
54+
# ref: 'kdoc-deploy/component-mirai'
55+
# path: 'public/kdoc/cp-mirai'
56+
#
57+
# - run: |
58+
# cp -r kdoc/cp-mirai/* ./
59+
# rm -rf kdoc/cp-mirai
60+
# working-directory: ./public
6161

6262
# KOOK
6363
- uses: actions/checkout@v4
@@ -154,16 +154,16 @@ jobs:
154154
rm -rf kdoc/snapshots/main-v4
155155
working-directory: ./public
156156
157-
# mirai快照
158-
- uses: actions/checkout@v4
159-
with:
160-
ref: 'kdoc-deploy/snapshots/component-mirai'
161-
path: 'public/kdoc/snapshots/cp-mirai'
162-
163-
- run: |
164-
cp -r kdoc/snapshots/cp-mirai/* ./
165-
rm -rf kdoc/snapshots/cp-mirai
166-
working-directory: ./public
157+
# # mirai快照
158+
# - uses: actions/checkout@v4
159+
# with:
160+
# ref: 'kdoc-deploy/snapshots/component-mirai'
161+
# path: 'public/kdoc/snapshots/cp-mirai'
162+
#
163+
# - run: |
164+
# cp -r kdoc/snapshots/cp-mirai/* ./
165+
# rm -rf kdoc/snapshots/cp-mirai
166+
# working-directory: ./public
167167

168168
# KOOK快照
169169
- uses: actions/checkout@v4

src/components/RepoDocCards.vue

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -193,27 +193,27 @@ const componentCards = [
193193
[{name: "前往手册", href: "https://simbot.forte.love/component-discord.html", type: "default"}],
194194
]
195195
},
196-
{
197-
name: "mirai组件",
198-
deprecated: true,
199-
tags: [Tag({ name: '⚠濒死', type: 'warning', round: false }), officialTag, componentTag],
200-
shields: [
201-
Shield({
202-
// src: "https://img.shields.io/maven-central/v/love.forte.simbot.component/simbot-component-mirai-core?&label=version",
203-
src: "https://img.shields.io/github/v/release/simple-robot/simbot-component-mirai?label=version",
204-
alt: "mirai组件"
205-
}),
206-
],
207-
description: "Mirai组件基于核心库对 <a href='https://github.com/mamoe/mirai'>mirai框架</a> 进行实现,提供强大的QQ机器人平台功能。",
208-
links: [
209-
[{name: "前往仓库", href: "https://github.com/simple-robot/simbot-component-mirai", type: "info"}],
210-
[
211-
{name: "API文档", href: "components/mirai/", type: "primary"},
212-
{name: "API文档(快照)", href: "snapshots/components/mirai/", type: "primary"},
213-
],
214-
[{name: "前往手册", href: "https://simple-robot.github.io/simbot-component-mirai", type: "default"}],
215-
]
216-
},
196+
// {
197+
// name: "mirai组件",
198+
// deprecated: true,
199+
// tags: [Tag({ name: '⚠濒死', type: 'warning', round: false }), officialTag, componentTag],
200+
// shields: [
201+
// Shield({
202+
// // src: "https://img.shields.io/maven-central/v/love.forte.simbot.component/simbot-component-mirai-core?&label=version",
203+
// src: "https://img.shields.io/github/v/release/simple-robot/simbot-component-mirai?label=version",
204+
// alt: "mirai组件"
205+
// }),
206+
// ],
207+
// description: "Mirai组件基于核心库对 <a href='https://github.com/mamoe/mirai'>mirai框架</a> 进行实现,提供强大的QQ机器人平台功能。",
208+
// links: [
209+
// [{name: "前往仓库", href: "https://github.com/simple-robot/simbot-component-mirai", type: "info"}],
210+
// [
211+
// {name: "API文档", href: "components/mirai/", type: "primary"},
212+
// {name: "API文档(快照)", href: "snapshots/components/mirai/", type: "primary"},
213+
// ],
214+
// [{name: "前往手册", href: "https://simple-robot.github.io/simbot-component-mirai", type: "default"}],
215+
// ]
216+
// },
217217
{
218218
name: "米游社大别野组件",
219219
tags: [deadTag, officialTag, componentTag],

0 commit comments

Comments
 (0)