diff --git a/docs/assets/images/account-status.jpg b/docs/assets/images/account-status.jpg new file mode 100644 index 0000000..d1bb7ce Binary files /dev/null and b/docs/assets/images/account-status.jpg differ diff --git a/docs/assets/images/post-editor.png b/docs/assets/images/post-editor.png new file mode 100644 index 0000000..31a616f Binary files /dev/null and b/docs/assets/images/post-editor.png differ diff --git a/docs/zh/index.md b/docs/zh/index.md index 0a194e4..e82d905 100644 --- a/docs/zh/index.md +++ b/docs/zh/index.md @@ -12,3 +12,5 @@ Suki 的名字是 **Su**n Wi**ki**pedia (太阳维基) 的简写。 Suki 包含了 Solsynth 用户指南和开发者文档。 就目前来说,大多数内容都是关于 Solar Network 也就是 SN 的。 + +目前来说,内容还不够完善。 \ No newline at end of file diff --git a/docs/zh/solar-network/creator.md b/docs/zh/solar-network/creator.md new file mode 100644 index 0000000..160f36f --- /dev/null +++ b/docs/zh/solar-network/creator.md @@ -0,0 +1,5 @@ +--- +title: 创作者中心 +--- + +「创作者中心」,顾名思义就是您可以在这里管理发布的内容 diff --git a/docs/zh/solar-network/post.md b/docs/zh/solar-network/post.md new file mode 100644 index 0000000..878d7da --- /dev/null +++ b/docs/zh/solar-network/post.md @@ -0,0 +1,15 @@ +--- +title: 帖子 +--- + +## 反应 + +可以让您通过添加表情符号轻松地传达您对他人帖子的反应,点击帖子上的 reaction 以调出表情选择器。 + +## 编辑器 + +在探索界面单击右下角的笔记按钮,您应该会看到以下界面 +![](/assets/images/post-editor.jpg){ width="380" } + +其中右上角的齿轮按钮可以设置这篇帖子的**标题**以及**发布范围** +另外,您还可以在这儿使用 **Markdown** 的基本语法 diff --git a/docs/zh/solar-network/publisher.md b/docs/zh/solar-network/publisher.md new file mode 100644 index 0000000..5002228 --- /dev/null +++ b/docs/zh/solar-network/publisher.md @@ -0,0 +1,9 @@ +--- +title: 发布者 +--- + +## 订阅 + +当您订阅某人时,您会在通知里看到他们的帖子。但是这不会有其它用户对这篇帖子的回复。 +要订阅用户,请单击用户页面上的「订阅」按钮。若要取消订阅用户,请再次单击取消订阅。 + diff --git a/docs/zh/solar-network/status.md b/docs/zh/solar-network/status.md new file mode 100644 index 0000000..01f0602 --- /dev/null +++ b/docs/zh/solar-network/status.md @@ -0,0 +1,11 @@ +--- +title: 状态 +--- + +用户的**在线情况**表示该用户在 Solian 的状态,状态会在用户页面或其他页面以指示器的形式显示 + + +![](/assets/images/account-status.jpg){ width="380" } + +您的状态会自动更改,也可以手动设置。 + diff --git a/mkdocs.yml b/mkdocs.yml index de5d843..8862c25 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,6 +13,7 @@ plugins: - social - search - awesome-nav + - git-authors - glightbox - i18n: docs_structure: folder diff --git a/requirements.txti b/requirements.txti new file mode 100644 index 0000000..7fdff59 Binary files /dev/null and b/requirements.txti differ