diff --git a/heicode/VERSION b/heicode/VERSION index 079d7f69..f86e0298 100644 --- a/heicode/VERSION +++ b/heicode/VERSION @@ -1 +1 @@ -1.4.11 +1.4.12 diff --git a/heicode/web/default/src/features/agnet-console/pages.tsx b/heicode/web/default/src/features/agnet-console/pages.tsx index 82bc519b..309e45fb 100644 --- a/heicode/web/default/src/features/agnet-console/pages.tsx +++ b/heicode/web/default/src/features/agnet-console/pages.tsx @@ -91,6 +91,7 @@ const STATUS_TO_KEY: Record = { active: 'running', in_progress: 'running', stopped: 'success', + simulated: 'success', succeeded: 'success', success: 'success', completed: 'success', @@ -122,6 +123,7 @@ function formatStatusLabel( active: t('Running'), in_progress: t('In progress'), stopped: t('Stopped'), + simulated: t('Simulated'), succeeded: t('Success'), success: t('Success'), completed: t('Completed'), diff --git a/heicode/web/default/src/i18n/locales/zh.json b/heicode/web/default/src/i18n/locales/zh.json index c7867aa0..ed07496b 100644 --- a/heicode/web/default/src/i18n/locales/zh.json +++ b/heicode/web/default/src/i18n/locales/zh.json @@ -4128,6 +4128,7 @@ "Merged timeline": "合并时间线", "No timeline records yet": "暂无时间线记录", "Simulate": "模拟事件", + "Simulated": "模拟", "Simulated events recorded": "模拟事件已记录", "Failed to simulate events": "模拟事件失败", "All levels": "全部级别",