refactor: C++ 后端文件移入 src/ 目录,优化项目结构层级

This commit is contained in:
2026-07-19 17:02:45 +08:00
parent 6325fb51cc
commit 0f58dcad03
5 changed files with 10 additions and 7 deletions
+3 -2
View File
@@ -68,8 +68,9 @@ then restart `dde-shell` (it discovers applets by scanning the install dir for
├── CMakeLists.txt # Build configuration
├── install.sh # Install script
├── build-deb.sh # Deb packaging script
├── networkmonitorapplet.h # C++ backend header
├── networkmonitorapplet.cpp # C++ backend implementation
├── src/
├── networkmonitorapplet.h # C++ backend header
│ └── networkmonitorapplet.cpp # C++ backend implementation
├── package/
│ ├── metadata.json.in # Plugin metadata 模板(由 CMake 生成 metadata.json
│ └── networkview.qml # QML UI