From f8751f1112b0d3f27d0b0d408eb771d3c5bdc3c1 Mon Sep 17 00:00:00 2001 From: Virgil Clyne Date: Wed, 13 Nov 2024 11:29:58 +0800 Subject: [PATCH] docs: appendix Create depended-modules.mdx Create acknowledgement.mdx Update _meta.json --- docs/guide/_meta.json | 8 +++++++- docs/guide/appendix/acknowledgement.mdx | 26 ++++++++++++++++++++++++ docs/guide/appendix/depended-modules.mdx | 10 +++++++++ 3 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 docs/guide/appendix/acknowledgement.mdx create mode 100644 docs/guide/appendix/depended-modules.mdx diff --git a/docs/guide/_meta.json b/docs/guide/_meta.json index 466ec72..b46d967 100644 --- a/docs/guide/_meta.json +++ b/docs/guide/_meta.json @@ -9,5 +9,11 @@ "redirect", "ad-block", "roaming", - "box-js" + "box-js", + { + "type": "dir", + "name": "appendix", + "label": "📖 附录", + "collapsible": false + } ] diff --git a/docs/guide/appendix/acknowledgement.mdx b/docs/guide/appendix/acknowledgement.mdx new file mode 100644 index 0000000..eb3b036 --- /dev/null +++ b/docs/guide/appendix/acknowledgement.mdx @@ -0,0 +1,26 @@ +import _Footer from "../_Footer.md"; + +# 鸣谢 + * [@app2smile](https://github.com/app2smile) + * [@BlveRiv](https://github.com/Maasea) + * [@chavyleung](https://github.com/chavyleung) + * [@Choler](https://github.com/Choler) + * [@fengchang](https://github.com/fengchang) + * [@Hackl0us](https://github.com/Hackl0us) + * [@Koolson](https://github.com/Koolson) + * [@Loon0x00](https://github.com/Loon0x00) + * [@LucaLin](https://github.com/LucaLin233) + * [@mieq](https://github.com/mieqq) + * [@MuTu](https://github.com/githubdulong) + * [@NobyDa](https://github.com/NobyDa) + * [@notoaus](https://github.com/notoaus) + * [@Peng-YM](https://github.com/Peng-YM) + * [@Shawn](https://github.com/KOP-XIAO) + * [@shindgewongxj](https://github.com/shindgewongxj) + * [STASH NETWORKS LIMITED](https://github.com/STASH-NETWORKS-LIMITED) + * [@viannalau](https://github.com/StashNetworks) + * [@Tartarus2014](https://github.com/Tartarus2014) + * [@yichahucha](https://github.com/yichahucha) + * [@zZPiglet](https://github.com/zZPiglet) + +<_Footer /> diff --git a/docs/guide/appendix/depended-modules.mdx b/docs/guide/appendix/depended-modules.mdx new file mode 100644 index 0000000..fcd414a --- /dev/null +++ b/docs/guide/appendix/depended-modules.mdx @@ -0,0 +1,10 @@ +import _Footer from "../_Footer.md"; + +# 组件列表 + +| 组件名称 | 描述 | +| :---: | :---: | +| [utils](https://github.com/NSNanoCat/utils) | 基于 JavaScript 的通用环境 | +| [URL](https://github.com/NSNanoCat/URL) | 基于 JavaScript 的 URL 解析工具 | + +<_Footer />