From 1485f80ddf8343f0c003841e825b486a619b4064 Mon Sep 17 00:00:00 2001 From: Yuna Celisse <29951517@qq.com> Date: Thu, 8 Jan 2026 13:36:57 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E8=81=8C=E8=83=BD?= =?UTF-8?q?=E5=88=86=E9=85=8D=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archived/manual/function-inventory.md | 25 +++++++++++++++++++++++++ archived/sidebar.ts | 4 ++++ 2 files changed, 29 insertions(+) create mode 100644 archived/manual/function-inventory.md diff --git a/archived/manual/function-inventory.md b/archived/manual/function-inventory.md new file mode 100644 index 0000000..e11757e --- /dev/null +++ b/archived/manual/function-inventory.md @@ -0,0 +1,25 @@ +--- +title: Function Inventory +editLink: true +lastUpdated: true +--- + +# 职能分配 + +:::info 维护信息 + +| 维护人 | 时间 | +| -------------------------------------- | -------------- | +| [@Yunacelisse](mailto:29951517@qq.com) | 2026.1.8 - Now | + +::: + + + +## 开发部 +部长:Yunacelisse(2026届) +- Minecraft 服务器的运维 +- Minecraft Wiki 的编写、维护 +- NBTCA Documents 的编写、维护 +- NBTCA 项目的测试与改进 +- YC R730XD 的配置与维护 diff --git a/archived/sidebar.ts b/archived/sidebar.ts index 9168265..03aad45 100644 --- a/archived/sidebar.ts +++ b/archived/sidebar.ts @@ -11,6 +11,10 @@ export const sidebar = [ { text: '计算机协会手册', items: [ + { + text: '职能分配', + link: 'function-inventory', + }, { text: '计算机硬件系统的搭建与维护(模版,待完善)', link: 'hardware-establish', From 706afc116751e211af7acd8940f4a31f2ebe48dc Mon Sep 17 00:00:00 2001 From: Yuna Celisse <29951517@qq.com> Date: Thu, 8 Jan 2026 13:39:00 +0800 Subject: [PATCH 2/2] add toc --- archived/manual/function-inventory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archived/manual/function-inventory.md b/archived/manual/function-inventory.md index e11757e..ea25e15 100644 --- a/archived/manual/function-inventory.md +++ b/archived/manual/function-inventory.md @@ -14,7 +14,7 @@ lastUpdated: true ::: - +[[toc]] ## 开发部 部长:Yunacelisse(2026届)