File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ title: 插件 Wiki
88 <p class =" matrix-hub-lead " >
99 这里是 Matrix 系列插件的统一文档站点。当前首页已经覆盖共享前置、认证、烹饪、交易与仓储五条主线,并把发布说明、开发者 API 和 bStats 入口集中到一个面板里。
1010 </p >
11- <figure class =" matrix-hub-visual " >
12- <img src="/img/screenshots/matrix-plugin-hub-combined.webp" alt="Matrix 系列插件入口合并预览图" />
13- </figure >
1411</section >
1512
1613## 当前已收录
@@ -26,8 +23,6 @@ title: 插件 Wiki
2623
2724## 插件面板
2825
29- <div class =" matrix-banner-note " >左右滑动可查看全部插件入口。</div >
30-
3126<div class =" matrix-plugin-banner " >
3227 <div class =" matrix-plugin-strip " >
3328 <article class="matrix-plugin-card matrix-plugin-card-banner">
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ description: Matrix 系列插件统一文档入口
1414 <p className = " matrix-hub-lead" >
1515 这里集中展示 Matrix 系列插件的最新版本、稳定 API、bStats 面板和发布说明。你可以把它当作整个系列的总览控制台。
1616 </p >
17- <figure className = " matrix-hub-visual" >
18- <img src = " /img/screenshots/matrix-plugin-hub-combined.webp" alt = " Matrix 系列插件入口合并预览图" />
19- </figure >
2017</section >
2118
2219<div className = " matrix-plugin-grid" >
Original file line number Diff line number Diff line change @@ -260,18 +260,6 @@ html[data-theme='dark'] .matrix-hub-hero {
260260 font-size : 1.05rem ;
261261}
262262
263- .matrix-hub-visual {
264- margin : 1.5rem 0 0 ;
265- }
266-
267- .matrix-hub-visual img {
268- display : block;
269- width : 100% ;
270- border-radius : 24px ;
271- border : 1px solid var (--site-panel-border );
272- box-shadow : 0 24px 48px rgba (22 , 64 , 136 , 0.12 );
273- }
274-
275263.matrix-quick-links {
276264 display : flex;
277265 flex-wrap : wrap;
@@ -311,12 +299,6 @@ html[data-theme='dark'] .matrix-quick-link {
311299 margin : 1.25rem 0 2rem ;
312300}
313301
314- .matrix-banner-note {
315- margin : 0 0 0.75rem ;
316- color : var (--site-text-muted );
317- font-size : 0.92rem ;
318- }
319-
320302.matrix-plugin-banner {
321303 position : relative;
322304 margin : 1.25rem 0 2rem ;
You can’t perform that action at this time.
0 commit comments