diff --git a/web/src/i18n/en.ts b/web/src/i18n/en.ts index 26320367..ad1690a5 100644 --- a/web/src/i18n/en.ts +++ b/web/src/i18n/en.ts @@ -1423,6 +1423,7 @@ export const en = { souceStatus: 'Source App Status', confirmCopyDesc: 'Are you sure to copy 【{{app}}】 app?', noShareAuth: 'No permission to share apps', + appCount: '{{count}} apps shared to this space', }, userMemory: { userMemory: 'User Memory', diff --git a/web/src/i18n/zh.ts b/web/src/i18n/zh.ts index 63074c59..e8c801a3 100644 --- a/web/src/i18n/zh.ts +++ b/web/src/i18n/zh.ts @@ -807,6 +807,7 @@ export const zh = { souceStatus: '源应用状态', confirmCopyDesc: '确定复制【{{app}}】应用?', noShareAuth: '无共享应用的权限', + appCount: '{{count}}个应用共享到此空间', }, table: { totalRecords: '共 {{total}} 条记录' diff --git a/web/src/views/ApplicationManagement/MySharing.tsx b/web/src/views/ApplicationManagement/MySharing.tsx index ce4ffc1c..54e501ca 100644 --- a/web/src/views/ApplicationManagement/MySharing.tsx +++ b/web/src/views/ApplicationManagement/MySharing.tsx @@ -2,11 +2,11 @@ * @Author: ZhaoYing * @Date: 2026-02-03 16:34:12 * @Last Modified by: ZhaoYing - * @Last Modified time: 2026-03-13 16:19:37 + * @Last Modified time: 2026-03-13 17:36:16 */ import React, { useState, useEffect, useMemo } from 'react'; import { useTranslation } from 'react-i18next'; -import { Button, App, Flex, Row, Col, Collapse, Tag } from 'antd'; +import { Button, App, Flex, Row, Col, Collapse } from 'antd'; import clsx from 'clsx'; import type { MySharedOutItem } from './types'; @@ -88,14 +88,15 @@ const MySharing: React.FC = () => { {workspace.target_workspace_name[0]} } - {workspace.target_workspace_name} - {t('application.appCount', { count: items.length })} +
+ {workspace.target_workspace_name} +
{t('application.appCount', { count: items.length })}
+
), extra: (