From ed4e11872b3234c85acd202674fa3e84513c0af4 Mon Sep 17 00:00:00 2001 From: jingrow Date: Sun, 2 Nov 2025 22:59:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B7=B2=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E5=88=97=E8=A1=A8=E9=A1=B5=E5=92=8C=E7=BF=BB?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/jingrow/frontend/src/locales/zh-CN.json | 1 + .../src/views/dev/MyPublishedApps.vue | 253 +++++++++++++++++- 2 files changed, 243 insertions(+), 11 deletions(-) diff --git a/apps/jingrow/frontend/src/locales/zh-CN.json b/apps/jingrow/frontend/src/locales/zh-CN.json index 7b55a02..cf085a2 100644 --- a/apps/jingrow/frontend/src/locales/zh-CN.json +++ b/apps/jingrow/frontend/src/locales/zh-CN.json @@ -14,6 +14,7 @@ "Published": "已发布", "Unpublished": "未发布", "Draft": "草稿", + "Pending Review": "待审核", "Dashboard": "仪表板", "Agents": "AI智能体", "Settings": "设置", diff --git a/apps/jingrow/frontend/src/views/dev/MyPublishedApps.vue b/apps/jingrow/frontend/src/views/dev/MyPublishedApps.vue index 86701b2..95346fe 100644 --- a/apps/jingrow/frontend/src/views/dev/MyPublishedApps.vue +++ b/apps/jingrow/frontend/src/views/dev/MyPublishedApps.vue @@ -75,9 +75,14 @@

{{ app.title || app.name }}

-
- - {{ app.team }} +
+
+ + {{ app.team }} +
+ + {{ t(app.status) }} +
@@ -95,10 +100,18 @@ {{ t('View Details') }} - {{ t('View in Marketplace') }} + {{ t('Update') }} + + + {{ t('Install') }}
@@ -138,18 +151,30 @@
+ + +