From 5b7b55ec415214d68c85d328beed3dfe8e6fb073 Mon Sep 17 00:00:00 2001 From: "hangyu.tao" Date: Wed, 25 Mar 2026 15:55:57 +0800 Subject: [PATCH] feat: Implement new UI page objects and test scenarios, replacing older business logic files and updating core UI components. --- platform_app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform_app.py b/platform_app.py index 9671643..e9638cc 100644 --- a/platform_app.py +++ b/platform_app.py @@ -60,8 +60,8 @@ log_queues = {} # 实时日志队列无需持久化,仅用 PRODUCTS = { "robogo": { - "name": "Robogo FAT", - "desc": "Robogo FAT 环境全链路 UI 巡检 (文件管理/开发机/云桌面)", + "name": "Robogo", + "desc": "Robogo PROD环境全链路 UI 巡检 (文件管理/开发机/云桌面)", "icon": "🤖", "entry": "run_ui_tests.py" },