From 96731ac0ac9d9cba085edadb6b4b15caa4efe73f Mon Sep 17 00:00:00 2001 From: jingrow Date: Sun, 26 Oct 2025 01:22:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E5=BA=94=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E5=AE=89=E8=A3=85=EF=BC=8C=E5=8D=B8=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/jingrow/frontend/src/locales/zh-CN.json | 4 + .../frontend/src/views/dev/InstalledApps.vue | 82 ++------ .../jingrow/api/local_app_installer.py | 199 +++++++++++++----- 3 files changed, 167 insertions(+), 118 deletions(-) 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') }} - - -
- - -