chore: update dde manual content#32
Merged
mhduiy merged 1 commit intolinuxdeepin:masterfrom Jan 14, 2026
Merged
Conversation
as title Log: update dde manual content
There was a problem hiding this comment.
Sorry @mhduiy, your pull request is larger than the review limit of 150000 diff characters
deepin pr auto review我已经仔细审查了提供的git diff和代码变更,以下是我的详细评估和改进建议: 1. 语法逻辑审查1.1 Markdown格式问题
1.2 链接和引用问题
2. 代码质量审查2.1 内容组织
2.2 文本一致性
2.3 图片引用
3. 代码性能审查3.1 文件大小
3.2 资源加载
4. 代码安全审查4.1 路径安全
4.2 敏感信息
5. 具体改进建议5.1 文档结构优化# 建议的新结构
## 桌面环境
### 概述
#### 系统简介
#### 主要功能
### 桌面
#### 基本操作
#### 文件管理
#### 显示设置5.2 图片管理# 建议的图片命名规范
fig/
├── desktop/
│ ├── overview.png
│ ├── contextmenu.png
│ └── clipboard.png
├── control-center/
│ ├── display.png
│ ├── sound.png
│ └── network.png5.3 术语统一表
5.4 代码示例改进# 改进前
1. Go to **System** > **Display**.
2. Select resolution from dropdown.
# 改进后
1. Open the Control Center
2. Navigate to **System** > **Display**
3. Select the desired resolution from the dropdown menu
4. Click **Apply** to confirm changes6. 自动化建议6.1 添加Markdown检查# .markdownlint.yaml
MD001: false # 允许标题层级
MD013: false # 允许长行
MD033: false # 允许HTML6.2 图片优化脚本# optimize-images.sh
#!/bin/bash
find fig/ -name "*.png" -exec pngquant --quality=80-90 --ext .png --force {} \;7. 总结主要改进点:
建议优先处理:
这些改进将提高文档的可维护性、可读性和整体质量。 |
xionglinlin
approved these changes
Jan 14, 2026
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mhduiy, xionglinlin The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
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.
as title
Log: update dde manual content