diff --git a/apps/jingrow/frontend/src/locales/zh-CN.json b/apps/jingrow/frontend/src/locales/zh-CN.json index 55804f3..4584292 100644 --- a/apps/jingrow/frontend/src/locales/zh-CN.json +++ b/apps/jingrow/frontend/src/locales/zh-CN.json @@ -818,6 +818,10 @@ "Are you sure you want to uninstall": "您确定要卸载", "Are you sure you want to uninstall '{0}'? This action cannot be undone.": "您确定要卸载 '{0}' 吗?此操作无法撤销。", "App '{0}' uninstalled successfully": "应用 '{0}' 卸载成功", + "System App": "系统应用", + "cannot be uninstalled": "不允许卸载", + "Version": "版本", + "Git Branch": "Git分支", "This action cannot be undone.": "此操作无法撤销。", "Not installed": "未安装", diff --git a/apps/jingrow/frontend/src/views/dev/InstalledApps.vue b/apps/jingrow/frontend/src/views/dev/InstalledApps.vue index e997d53..0494403 100644 --- a/apps/jingrow/frontend/src/views/dev/InstalledApps.vue +++ b/apps/jingrow/frontend/src/views/dev/InstalledApps.vue @@ -33,52 +33,13 @@ - - - - -
- - - {{ selectedApp.name }} - - - {{ getAppTypeText(selectedApp.type) }} - - - {{ selectedApp.path || t('Not installed') }} - - - {{ selectedApp.frontend_path || t('Not installed') }} - - - {{ selectedApp.version || t('Unknown') }} - - - {{ selectedApp.description || t('No description') }} - - -
- - -