From c65d0b33148cdea59027db1cc983934b528e89dd Mon Sep 17 00:00:00 2001 From: a123lsw Date: Sat, 21 Jun 2025 23:48:43 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=9B=B4=E6=94=B9=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E4=B8=8E=20index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/docs/function/index.mdx | 5 +++++ content/docs/function/{post_editon.mdx => post_editor.mdx} | 0 content/docs/function/{Presence.mdx => state.mdx} | 0 .../function/{follow_with_interest.mdx => subscription.mdx} | 0 4 files changed, 5 insertions(+) create mode 100644 content/docs/function/index.mdx rename content/docs/function/{post_editon.mdx => post_editor.mdx} (100%) rename content/docs/function/{Presence.mdx => state.mdx} (100%) rename content/docs/function/{follow_with_interest.mdx => subscription.mdx} (100%) diff --git a/content/docs/function/index.mdx b/content/docs/function/index.mdx new file mode 100644 index 0000000..cfa7ec8 --- /dev/null +++ b/content/docs/function/index.mdx @@ -0,0 +1,5 @@ +--- +title: 各种功能 +--- + +Solian拥有其他社交软件所没有看到的丰富多彩的功能。在这里将对其进行解释 diff --git a/content/docs/function/post_editon.mdx b/content/docs/function/post_editor.mdx similarity index 100% rename from content/docs/function/post_editon.mdx rename to content/docs/function/post_editor.mdx diff --git a/content/docs/function/Presence.mdx b/content/docs/function/state.mdx similarity index 100% rename from content/docs/function/Presence.mdx rename to content/docs/function/state.mdx diff --git a/content/docs/function/follow_with_interest.mdx b/content/docs/function/subscription.mdx similarity index 100% rename from content/docs/function/follow_with_interest.mdx rename to content/docs/function/subscription.mdx