feat: 初始化项目骨架

- 创建插件元数据 package/metadata.json
- 实现主插件类 GraphicsDriverApplet (D-Bus通信)
- 实现GPU指示器类 GpuIndicator (设备信息解析)
- 创建QML界面 driverview.qml (驱动管理UI)
- 添加CMake构建配置
- 编写开发指南文档 docs/DEVELOPMENT.md
This commit is contained in:
2026-07-12 19:54:22 +08:00
parent abc5dca5e5
commit eb90da12f3
9 changed files with 1389 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"Plugin": {
"Version": "1.0",
"Id": "org.deepin.ds.graphics-driver",
"Url": "driverview.qml",
"Category": "DDE"
}
}