Skip to content

🎨 添加“常见术语解析”到通用知识库中,以及杂项修改#107

Closed
momo-OwO-qwq wants to merge 10 commits intoCubic-Project:mainfrom
momo-OwO-qwq:main
Closed

🎨 添加“常见术语解析”到通用知识库中,以及杂项修改#107
momo-OwO-qwq wants to merge 10 commits intoCubic-Project:mainfrom
momo-OwO-qwq:main

Conversation

@momo-OwO-qwq
Copy link
Copy Markdown
Contributor

🩹 frp 页面单位和运算符号格式统一
📝 更新 MCSManager 图片
🎨 添加“常见术语解析”到通用知识库中
🎨 统一 astro.config 缩进
📝 修改 /general 和 /about 下的标点符号

image

@momo-OwO-qwq momo-OwO-qwq requested a review from wling-art April 3, 2026 15:41
@wling-art
Copy link
Copy Markdown
Member

太多需要更改的了,你需要自己好好 review 一下

## 开启 SSH 服务

为了让客户能顺利连接服务器,云服务器的 sshd 服务一般默认开启。如果你使用的是家里云,或者云服务器的 sshd 服务确实没有开启 (比如你是只能通过服务商提供的 VNC 或者第三方远控软件连接的服务器,无法使用 SSH),那么你可能需要先开启 sshd 服务才能连接到服务器。
为了让客户能顺利连接服务器,云服务器的 sshd 服务一般默认开启。如果你使用的是家里云,或者云服务器的 sshd 服务确实没有开启 比如你是只能通过服务商提供的 VNC 或者第三方远控软件连接的服务器,无法使用 SSH,那么你可能需要先开启 sshd 服务才能连接到服务器。
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

换了括号要去掉空格

如何要指定端口,你需要指定端口参数。在一些操作系统上这个参数是 `-p`,例如 `ssh root@8aka.org -p 48291`,有一些工具上则是直接在后面输入端口。
例如 Xshell 是 `ssh root@8aka.org 48291`。
你需要根据不同的工具的使用方式来确定 ssh 的命令格式。比如,你可以仅执行 `ssh` 命令 (等价于 `ssh --help`),然后让 SSH 工具提示你如何使用当前工具的这个命令,如果需要更详细的说明可以输入命令 `man ssh`
你需要根据不同的工具的使用方式来确定 ssh 的命令格式。比如,你可以仅执行 `ssh` 命令 等价于 `ssh --help`,然后让 SSH 工具提示你如何使用当前工具的这个命令,如果需要更详细的说明可以输入命令 `man ssh`
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

使用中文括号需要去除原有的空格

1. 使用 `ssh-keygen` 命令生成你的 SSH 密钥。

2. 使用如 `cat .ssh/id_xxxx.pub` 命令来获取你生成的 SSH 公钥 (此命令中 `xxxx` 的值通常取决于你生成密钥对时选择的算法)
2. 使用如 `cat .ssh/id_xxxx.pub` 命令来获取你生成的 SSH 公钥 此命令中 `xxxx` 的值通常取决于你生成密钥对时选择的算法)。
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

使用中文括号需要去除原有的空格

Windows 系统自带的 PowerShell

按下 `Win + R` 输入 `powershell` 即可 (如果安装了新版的 PowerShell 那么你应该输入 `pwsh`)
按下 `Win + R` 输入 `powershell` 即可 如果安装了新版的 PowerShell 那么你应该输入 `pwsh`
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

使用中文括号需要去除原有的空格

macOS 内置 ssh 命令,我们可以用终端来执行它。要打开 macOS 上的终端,可以使用以下方式:

- (如果终端 app 没有被移动过) 打开启动台,打开第一页的其他文件夹,点击终端。或者你也可以在应用文件夹 (入口默认固定在访达侧边栏上) 里找到它。
- (如果终端 app 没有被移动过) 打开启动台,打开第一页的其他文件夹,点击终端。或者你也可以在应用文件夹 入口默认固定在访达侧边栏上里找到它。
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

括号没改完,还有使用中文括号需要去除原有的空格

---
title: 什么是 NBT?
topic: basics
template: splash
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

小知识无需目录

---

如果你玩过整合包你一定对 `Mod` (即模组) 这个概念相当了解,但如果你是第一次开服,你可能不知道什么是 `Plugin` (插件),本文章会详细为你介绍
如果你玩过整合包,你一定对 `Mod`即模组这个概念相当了解,但如果你是第一次开服,你可能不知道什么是 `Plugin`(插件)。本文章会为你详细介绍
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
如果你玩过整合包,你一定对 `Mod`(即模组)这个概念相当了解但如果你是第一次开服,你可能不知道什么是 `Plugin`(插件)。本文章会为你详细介绍
如果你玩过整合包,你一定对模组(Mod)这个概念相当了解但如果你是第一次开服,可能还不清楚什么是插件(Plugin)。本文将为你详细介绍

---
title: 什么是启动脚本?
topic: basics
template: splash
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

小知识不需要目录


- 语法:sh 脚本使用 Shell 命令和控制结构,支持条件判断、循环、函数定义等高级编程特性。
- 执行方式:在终端通过 `./script.sh` 或 `sh script.sh` 来执行 (确保脚本具有执行权限)
- 执行方式:在终端通过 `./script.sh` 或 `sh script.sh` 来执行确保脚本具有执行权限
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

右括号没有改成中文

---
title: 什么是世界?
topic: basics
template: splash
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

小知识不需要目录

@wling-art
Copy link
Copy Markdown
Member

单 pr 内容过多了,请你分 pr 来解决各个问题吧

@wling-art wling-art closed this Apr 3, 2026
@momo-OwO-qwq
Copy link
Copy Markdown
Contributor Author

单 pr 内容过多了,请你分 pr 来解决各个问题吧

好的,改得有点急了抱歉,感谢 review

@Dreeam-qwq Dreeam-qwq added the type: documentation Pull request for improvements or additions to docs contents label Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: documentation Pull request for improvements or additions to docs contents

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants