docs: 同步项目结构图,补充 components/AboutWindow.qml

This commit is contained in:
2026-07-19 17:32:17 +08:00
parent d53409808c
commit 09e64d4859
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -73,7 +73,9 @@ then restart `dde-shell` (it discovers applets by scanning the install dir for
│ └── networkmonitorapplet.cpp # C++ backend implementation
├── package/
│ ├── metadata.json.in # Plugin metadata 模板(由 CMake 生成 metadata.json
── networkview.qml # QML UI
── networkview.qml # QML UI 主入口
│ └── components/ # 拆分出的子组件
│ └── AboutWindow.qml # 关于窗口组件
├── docs/ # Design docs and implementation plans
└── AGENTS.md # This file
```
+3 -1
View File
@@ -70,7 +70,9 @@ bash build-deb.sh
│ └── networkmonitorapplet.cpp # C++ 后端实现
├── package/
│ ├── metadata.json.in # 插件元数据模板(由 CMake 生成 metadata.json
── networkview.qml # QML 界面
── networkview.qml # QML 界面主入口
│ └── components/ # 拆分出的子组件
│ └── AboutWindow.qml # 关于窗口组件
├── docs/ # 设计文档与实现计划
├── README.md # 本文件
└── AGENTS.md # AI 代理工作指引