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

@ -74,3 +74,7 @@ set(DCONFIG_FILES
)
install(FILES ${DCONFIG_FILES} DESTINATION ${CMAKE_INSTALL_DATADIR}/dsg/configs/dde-application-manager)
dtk_add_config_meta_files(APPID ${APPLICATION_SERVICEID}
FILES ${CMAKE_CURRENT_LIST_DIR}/dsg/configs/dde-application-manager/org.deepin.dde.am.json
)

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"
}
}
}