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
```