feat: 实现网络速度监控任务栏插件

- 添加 C++ 后端 NetworkMonitorApplet,监控网络下载/上传速度
- 添加 QML 前端 networkview.qml,显示实时速度和流量统计
- 支持多网络接口切换
- 任务栏图标显示实时速度,高速时变色
- 悬停显示速度摘要,点击显示详细信息弹窗
- 添加安装脚本 install.sh
- 添加 .gitignore 排除构建目录
This commit is contained in:
2026-07-18 10:57:23 +08:00
parent 0b3cc74bc8
commit 011a5c7e86
8 changed files with 969 additions and 29 deletions
+6 -1
View File
@@ -2,6 +2,11 @@
"Plugin": {
"Version": "1.0",
"Id": "space.jokul.JNetApplet",
"Url": "main.qml"
"Url": "networkview.qml",
"Parent": "org.deepin.ds.dock",
"Name": "Network Monitor",
"Name[zh_CN]": "网络速度监控",
"Description": "Monitor network speed and traffic",
"Description[zh_CN]": "监控网络速度和流量"
}
}