feat: add dde-am tool to launch application

add dde-am tool.
This commit is contained in:
Ye ShanShan
2024-03-22 16:29:33 +08:00
committed by yeshanshan
parent b9d92f1254
commit 703a27c1ee
12 changed files with 292 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"magic": "dsg.config.meta",
"version": "1.0",
"contents": {
"appsLaunchedTimes": {
"value": {},
"serial": 0,
"flags": [],
"name": "launched times of all apps",
"name[zh_CN]": "所有应用的启动次数",
"description": "launched times of all apps",
"permissions": "readwrite",
"visibility": "public"
}
}
}