Skip to content

Commit cfb1a3c

Browse files
committed
Trim homepage telemetry card text
1 parent 078cb66 commit cfb1a3c

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/pages/index.module.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,6 @@
252252
stroke-width: 1.8;
253253
}
254254

255-
.telemetrySummary {
256-
margin: 0.7rem 0 0;
257-
color: var(--site-text-muted);
258-
line-height: 1.8;
259-
}
260-
261255
.telemetryChart {
262256
margin-top: 1rem;
263257
padding: 0.85rem;

src/pages/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ const telemetryCards = [
104104
title: 'MatrixShop',
105105
status: '已接入',
106106
statusTone: 'active',
107-
summary: '已接入聚合级统计与遥测说明,首页只保留简要状态展示,详细范围进入文档页查看。',
108107
chart: 'https://bstats.org/signatures/bukkit/MatrixShop.svg',
109108
to: '/docs/matrixshop/bstats-and-telemetry',
110109
action: '查看 MatrixShop 统计',
@@ -114,7 +113,6 @@ const telemetryCards = [
114113
title: 'MatrixAuth',
115114
status: '预留位置',
116115
statusTone: 'pending',
117-
summary: '等待插件代码和统计口径确定后接入。首页布局和卡位已经保留,后续只补内容。',
118116
to: '/docs/matrixauth/overview',
119117
action: '查看 MatrixAuth 文档',
120118
},
@@ -123,7 +121,6 @@ const telemetryCards = [
123121
title: 'MatrixCook',
124122
status: '预留位置',
125123
statusTone: 'pending',
126-
summary: '等待插件代码和统计口径确定后接入。后续可以直接沿用当前首页的同一展示结构。',
127124
to: '/docs/matrixcook/overview',
128125
action: '查看 MatrixCook 文档',
129126
},
@@ -232,7 +229,6 @@ export default function Home(): ReactNode {
232229
</span>
233230
<div>
234231
<h3>{card.title}</h3>
235-
<p className={styles.telemetrySummary}>{card.summary}</p>
236232
</div>
237233
<span
238234
className={

0 commit comments

Comments
 (0)