refactor: 统一版本号管理,metadata.json 由 CMake 模板生成

This commit is contained in:
2026-07-19 13:44:42 +08:00
parent 3c92359407
commit 903e0f1801
4 changed files with 24 additions and 8 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"Plugin": {
"Version": "@PROJECT_VERSION@",
"Id": "space.jokul.JNetApplet",
"Url": "networkview.qml",
"Parent": "org.deepin.ds.dock",
"Name": "Network Monitor",
"Name[zh_CN]": "网络速度监控",
"Description": "Monitor network speed and traffic",
"Description[zh_CN]": "监控网络速度和流量"
}
}