Skip to content

Commit

Permalink
docs(new_bie): 替换旧的小白教程
Browse files Browse the repository at this point in the history
  • Loading branch information
MintCider committed Jul 7, 2024
1 parent 8b4c332 commit 065316a
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 216 deletions.
12 changes: 8 additions & 4 deletions docs/.vitepress/catalogue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ export const deployNav = {
{
text: "基础知识(电脑小白先看我)",
items: [
{ text: "计算机相关", link: "/deploy/about_pc" },
{ text: "开源程序相关", link: "/deploy/about_opensource" },
{ text: "如何正确提问", link: "/deploy/newbie_question" },
{ text: "如何高效学习", link: "/deploy/newbie_learn" },
{ text: "计算机小白常见问题", link: "/deploy/newbie_faq" },
{ text: "名词/术语速查表", link: "/deploy/newbie_terms" },
],
},
{
Expand Down Expand Up @@ -50,8 +52,10 @@ export const deploySidebar = {
{
text: "基础知识(电脑小白先看我)",
items: [
{ text: "计算机相关", link: "/deploy/about_pc" },
{ text: "开源程序相关", link: "/deploy/about_opensource" },
{ text: "如何正确提问", link: "/deploy/newbie_question" },
{ text: "如何高效学习", link: "/deploy/newbie_learn" },
{ text: "计算机小白常见问题", link: "/deploy/newbie_faq" },
{ text: "名词/术语速查表", link: "/deploy/newbie_terms" },
],
},
{
Expand Down
16 changes: 16 additions & 0 deletions docs/about/archieve.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,22 @@ Go-cqhttp 的开发者已无力维护项目(见 [go-cqhttp/issue#2471](https:/
- qsign 把手机 QQ 的签名程序偷了出来,提供了让我们自己生成密码的功能;
- gocq 在配置后可以对接 qsign,那样骰子也可以证明自己是正常人了。

#### 8. 对于 SignServer(即 Start_Qsign.bat,俗称签名服务器)崩溃闪退可能的一种情况

通常 SignServer 都不会出现用户可直接读出的报错信息。如果出现了崩溃或闪退的情况,可以同时按下键盘上 `Ctrl` `Alt` `Delete` 这三个按键,找到任务管理器,在右上角的`内存`一栏,那里会出现数字,有些调过设置了的会出现占用的运行内存占可用运行内存的百分比。

很显然,这里的内存就是指**电脑 CPU 的可用运行内存不足**,这时候通过在任务管理器关闭部分没有在使用的进程就可以解决。

::: warning 注意:进程不能轻易关闭

通常情况下,Windows 系统会运行一些进程以保证系统的正常运行。这些进程一旦关闭,系统可能会出现无法运行的问题。

在一般情况下,不推荐关闭这些进程。如果需要通过关闭进程来腾出运行内存,可以选择关闭其他应用程序运行的进程。

当然,关闭应用进程跟直接退出应用程序差别不大。对于在看这个界面的你来说,关闭应用程序是更好的选择。

:::

## Chronocat Red 协议

::: warning 注意:海豹已于 <Badge type="warning" text="v1.4.5"/> 版本弃用此方案,以下内容归档于 2024 年 5 月 7 日。
Expand Down
4 changes: 2 additions & 2 deletions docs/about/start-from-zero.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ title: 从零开始

## 0. 背景知识

如果你对于自己的服务器或电脑尚不了解,我们为你准备了简单的科普。请阅读 [计算机相关](../deploy/about_pc.md)
如果你对于服务器或电脑尚不了解,我们为你准备了简单的科普。请阅读 [名词/术语速查表](../deploy/newbie_terms)[如何高效学习](../deploy/newbie_learn)

海豹核心是由一群热心的开发者无偿开发并开源发布的。开发者们和一众热心群友在各个用户群中为用户提供答疑。为了你的疑问能够获得最快最好的解答,请阅读 [开源程序相关](../deploy/about_opensource.md)
海豹核心是由一群热心的开发者无偿开发并开源发布的。开发者们和一众热心群友在各个用户群中为用户提供答疑。为了你的疑问能够获得最快最好的解答,请阅读 [如何正确提问](../deploy/newbie_question)

## 1. 部署海豹

Expand Down
7 changes: 5 additions & 2 deletions docs/deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ title: 部署
index: false
---
- 基础知识
- [计算机相关](./about_pc.md)
- [开源程序相关](./about_opensource.md)
- [如何正确提问](./newbie_question.md)
- [如何高效学习](./newbie_learn.md)
- [计算机小白常见问题](./newbie_faq.md)
- [名词/术语速查表](./newbie_terms)
- 部署指南
- [快速开始](./quick-start.md)
- [迁移](./transfer.md)
Expand All @@ -13,6 +15,7 @@ index: false
- [配置安卓端保活](./android_keepalive.md)
- 平台
- [QQ](./platform-qq.md)
- [QQ - Docker 中的海豹](./platform-qq-docker.md)
- [KOOK](./platform-kook.md)
- [DoDo](./platform-dodo.md)
- [Discord](./platform-discord.md)
Expand Down
114 changes: 0 additions & 114 deletions docs/deploy/about_opensource.md

This file was deleted.

Loading

0 comments on commit 065316a

Please sign in to comment.