|
2 | 2 | title: 插件 Wiki |
3 | 3 | --- |
4 | 4 |
|
5 | | -这里是 Matrix 系列插件的统一文档站点。 |
6 | | - |
7 | | -当前已经收录: |
8 | | - |
9 | | -- [MatrixLib](/docs/matrixlib) |
10 | | -- [MatrixAgentSkills](/docs/matrix-agent-skills/overview) |
11 | | -- [MatrixAuth](/docs/matrixauth/overview) |
12 | | -- [MatrixCook](/docs/matrixcook/overview) |
13 | | -- [MatrixShop](/docs/matrixshop) |
14 | | -- [MatrixStorage](/docs/matrixstorage) |
15 | | - |
16 | | -## 插件首页导航 |
17 | | - |
18 | | -| 插件 | 概览 | 最新发布 | 开发者 API | bStats | |
19 | | -| --- | --- | --- | --- | --- | |
20 | | -| MatrixLib | [进入](/docs/matrixlib) | [1.5.0](/docs/matrixlib/release-notes-1-5-0) | [进入](/docs/matrixlib/developer-api) | [进入](/docs/matrixlib/bstats-and-telemetry) | |
21 | | -| MatrixAuth | [进入](/docs/matrixauth/overview) | [1.1.0](/docs/matrixauth/release-notes-1-1-0) | [进入](/docs/matrixauth/developer-api) | [进入](/docs/matrixauth/bstats-and-telemetry) | |
22 | | -| MatrixCook | [进入](/docs/matrixcook/overview) | [1.2.0](/docs/matrixcook/release-notes-1-2-0) | [进入](/docs/matrixcook/developer-api) | [进入](/docs/matrixcook/bstats-and-telemetry) | |
23 | | -| MatrixShop | [进入](/docs/matrixshop) | [1.7.0](/docs/matrixshop/release-notes-1-7-0) | [进入](/docs/matrixshop/developer-api) | [进入](/docs/matrixshop/bstats-and-telemetry) | |
24 | | -| MatrixStorage | [进入](/docs/matrixstorage) | [1.1.0](/docs/matrixstorage/release-notes-1-1-0) | [进入](/docs/matrixstorage/developer-api) | [进入](/docs/matrixstorage/bstats-and-telemetry) | |
| 5 | +<section class="matrix-hub-hero"> |
| 6 | + <p class="matrix-hub-kicker">Matrix Series</p> |
| 7 | + <h1>插件 Wiki</h1> |
| 8 | + <p class="matrix-hub-lead"> |
| 9 | + 这里是 Matrix 系列插件的统一文档站点。当前首页已经覆盖共享前置、认证、烹饪、交易与仓储五条主线,并把发布说明、开发者 API 和 bStats 入口集中到一个面板里。 |
| 10 | + </p> |
| 11 | +</section> |
| 12 | + |
| 13 | +## 当前已收录 |
| 14 | + |
| 15 | +<div class="matrix-quick-links"> |
| 16 | + <a class="matrix-quick-link" href="/docs/matrixlib">MatrixLib</a> |
| 17 | + <a class="matrix-quick-link" href="/docs/matrixauth/overview">MatrixAuth</a> |
| 18 | + <a class="matrix-quick-link" href="/docs/matrixcook/overview">MatrixCook</a> |
| 19 | + <a class="matrix-quick-link" href="/docs/matrixshop">MatrixShop</a> |
| 20 | + <a class="matrix-quick-link" href="/docs/matrixstorage">MatrixStorage</a> |
| 21 | + <a class="matrix-quick-link" href="/docs/matrix-agent-skills/overview">MatrixAgentSkills</a> |
| 22 | +</div> |
| 23 | + |
| 24 | +## 插件面板 |
| 25 | + |
| 26 | +<div class="matrix-plugin-grid"> |
| 27 | + <article class="matrix-plugin-card"> |
| 28 | + <div class="matrix-plugin-topline"> |
| 29 | + <span class="matrix-plugin-name">MatrixLib</span> |
| 30 | + <span class="matrix-plugin-badge">v1.5.0</span> |
| 31 | + </div> |
| 32 | + <p class="matrix-plugin-summary">共享前置、稳定 API、更新器、遥测与开发者文档中心。</p> |
| 33 | + <div class="matrix-plugin-tags"> |
| 34 | + <span class="matrix-plugin-tag">Shared Runtime</span> |
| 35 | + <span class="matrix-plugin-tag">Stable API</span> |
| 36 | + <span class="matrix-plugin-tag">Updater</span> |
| 37 | + </div> |
| 38 | + <div class="matrix-plugin-actions"> |
| 39 | + <a class="matrix-plugin-action primary" href="/docs/matrixlib">概览</a> |
| 40 | + <a class="matrix-plugin-action" href="/docs/matrixlib/release-notes-1-5-0">发布</a> |
| 41 | + <a class="matrix-plugin-action" href="/docs/matrixlib/developer-api">API</a> |
| 42 | + <a class="matrix-plugin-action" href="/docs/matrixlib/bstats-and-telemetry">bStats</a> |
| 43 | + </div> |
| 44 | + </article> |
| 45 | + |
| 46 | + <article class="matrix-plugin-card"> |
| 47 | + <div class="matrix-plugin-topline"> |
| 48 | + <span class="matrix-plugin-name">MatrixAuth</span> |
| 49 | + <span class="matrix-plugin-badge">v1.1.0</span> |
| 50 | + </div> |
| 51 | + <p class="matrix-plugin-summary">账号档案、身份切换、挂钩状态与稳定 facade。</p> |
| 52 | + <div class="matrix-plugin-tags"> |
| 53 | + <span class="matrix-plugin-tag">Profiles</span> |
| 54 | + <span class="matrix-plugin-tag">Hooks</span> |
| 55 | + <span class="matrix-plugin-tag">Stable API</span> |
| 56 | + </div> |
| 57 | + <div class="matrix-plugin-actions"> |
| 58 | + <a class="matrix-plugin-action primary" href="/docs/matrixauth/overview">概览</a> |
| 59 | + <a class="matrix-plugin-action" href="/docs/matrixauth/release-notes-1-1-0">发布</a> |
| 60 | + <a class="matrix-plugin-action" href="/docs/matrixauth/developer-api">API</a> |
| 61 | + <a class="matrix-plugin-action" href="/docs/matrixauth/bstats-and-telemetry">bStats</a> |
| 62 | + </div> |
| 63 | + </article> |
| 64 | + |
| 65 | + <article class="matrix-plugin-card"> |
| 66 | + <div class="matrix-plugin-topline"> |
| 67 | + <span class="matrix-plugin-name">MatrixCook</span> |
| 68 | + <span class="matrix-plugin-badge">v1.2.0</span> |
| 69 | + </div> |
| 70 | + <p class="matrix-plugin-summary">锅具、配方、燃料、运行态快照和公开命名空间。</p> |
| 71 | + <div class="matrix-plugin-tags"> |
| 72 | + <span class="matrix-plugin-tag">Cookers</span> |
| 73 | + <span class="matrix-plugin-tag">Recipes</span> |
| 74 | + <span class="matrix-plugin-tag">Runtime Snapshots</span> |
| 75 | + </div> |
| 76 | + <div class="matrix-plugin-actions"> |
| 77 | + <a class="matrix-plugin-action primary" href="/docs/matrixcook/overview">概览</a> |
| 78 | + <a class="matrix-plugin-action" href="/docs/matrixcook/release-notes-1-2-0">发布</a> |
| 79 | + <a class="matrix-plugin-action" href="/docs/matrixcook/developer-api">API</a> |
| 80 | + <a class="matrix-plugin-action" href="/docs/matrixcook/bstats-and-telemetry">bStats</a> |
| 81 | + </div> |
| 82 | + </article> |
| 83 | + |
| 84 | + <article class="matrix-plugin-card"> |
| 85 | + <div class="matrix-plugin-topline"> |
| 86 | + <span class="matrix-plugin-name">MatrixShop</span> |
| 87 | + <span class="matrix-plugin-badge">v1.7.0</span> |
| 88 | + </div> |
| 89 | + <p class="matrix-plugin-summary">交易模块、仓库 SPI、运行态快照与稳定 API facade。</p> |
| 90 | + <div class="matrix-plugin-tags"> |
| 91 | + <span class="matrix-plugin-tag">Commerce</span> |
| 92 | + <span class="matrix-plugin-tag">Warehouse SPI</span> |
| 93 | + <span class="matrix-plugin-tag">Stable API</span> |
| 94 | + </div> |
| 95 | + <div class="matrix-plugin-actions"> |
| 96 | + <a class="matrix-plugin-action primary" href="/docs/matrixshop">概览</a> |
| 97 | + <a class="matrix-plugin-action" href="/docs/matrixshop/release-notes-1-7-0">发布</a> |
| 98 | + <a class="matrix-plugin-action" href="/docs/matrixshop/developer-api">API</a> |
| 99 | + <a class="matrix-plugin-action" href="/docs/matrixshop/bstats-and-telemetry">bStats</a> |
| 100 | + </div> |
| 101 | + </article> |
| 102 | + |
| 103 | + <article class="matrix-plugin-card"> |
| 104 | + <div class="matrix-plugin-topline"> |
| 105 | + <span class="matrix-plugin-name">MatrixStorage</span> |
| 106 | + <span class="matrix-plugin-badge">v1.1.0</span> |
| 107 | + </div> |
| 108 | + <p class="matrix-plugin-summary">仓储状态、桥接、快照接口与稳定公开命名空间。</p> |
| 109 | + <div class="matrix-plugin-tags"> |
| 110 | + <span class="matrix-plugin-tag">Mailbox</span> |
| 111 | + <span class="matrix-plugin-tag">Warehouse</span> |
| 112 | + <span class="matrix-plugin-tag">Snapshots</span> |
| 113 | + </div> |
| 114 | + <div class="matrix-plugin-actions"> |
| 115 | + <a class="matrix-plugin-action primary" href="/docs/matrixstorage">概览</a> |
| 116 | + <a class="matrix-plugin-action" href="/docs/matrixstorage/release-notes-1-1-0">发布</a> |
| 117 | + <a class="matrix-plugin-action" href="/docs/matrixstorage/developer-api">API</a> |
| 118 | + <a class="matrix-plugin-action" href="/docs/matrixstorage/bstats-and-telemetry">bStats</a> |
| 119 | + </div> |
| 120 | + </article> |
| 121 | +</div> |
25 | 122 |
|
26 | 123 | ## 当前插件覆盖 |
27 | 124 |
|
|
0 commit comments