♻️ refactor: 重构侧栏结构,通用知识库拆分至 Java/Bedrock 双上下文,优化阅读顺序与文本编辑器 - #139
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改动概述(以下为 AI 概述)
将"基础"主题的通用知识库拆分到 Java / Bedrock 双上下文,用户在任何一侧阅读侧栏都不会跳转。同时按服主开服流程重排阅读顺序,精简文本编辑器,统一 Bedrock 目录结构。
引导(原"基础")精简
graph LR 通用知识库 --> 安装Java --> J[Java / Bedrock 各侧栏] 通用知识库 --> 文本编辑器 --> J 通用知识库 --> 经营管理 --> J classDef old fill:#e06c75,color:#fff classDef new fill:#98c379,color:#fff class 通用知识库 old class J newJava 版
核心变化
graph LR subgraph 移动 M1[基础知识] -.->|准备| P[准备工作] M2[经营管理] -.->|进阶首位| A[进阶知识] M3[跨服端] -.->|从建设与运营| A M4[手机玩家支持] -.->|从建设与运营| A end classDef moved fill:#e5c07b,color:#1a1a2e class M1,M2,M3,M4 movedBedrock 版
核心变化
graph LR 快速开始 --> 基础知识 --> 准备工作 --> C[各核心介绍] --> M[服务器管理] classDef flow fill:#98c379,color:#fff class 基础知识,准备工作,M flow文本编辑器精简
技术实现
content.config.ts中topic从嵌套topicSchema.topic修正为顶层import原内容 +topic: java/bedrock,同源文件双上下文