From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- app/components/workflow/nodes/start/panel.tsx | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/components/workflow/nodes/start/panel.tsx b/app/components/workflow/nodes/start/panel.tsx index eb04ecb..3070945 100644 --- a/app/components/workflow/nodes/start/panel.tsx +++ b/app/components/workflow/nodes/start/panel.tsx @@ -40,7 +40,7 @@ return ( <div className='mt-2'> - <div className='space-y-4 px-4 pb-2'> + <div className='px-4 pb-2 space-y-4'> <Field title={t(`${i18nPrefix}.inputField`)} operations={ @@ -64,7 +64,7 @@ variable: 'sys.query', } as any} rightContent={ - <div className='text-xs font-normal text-text-tertiary'> + <div className='text-xs font-normal text-gray-500'> String </div> } @@ -78,7 +78,7 @@ variable: 'sys.files', } as any} rightContent={ - <div className='text-xs font-normal text-text-tertiary'> + <div className='text-xs font-normal text-gray-500'> Array[File] </div> } @@ -92,7 +92,7 @@ variable: 'sys.dialogue_count', } as any} rightContent={ - <div className='text-xs font-normal text-text-tertiary'> + <div className='text-xs font-normal text-gray-500'> Number </div> } @@ -103,7 +103,7 @@ variable: 'sys.conversation_id', } as any} rightContent={ - <div className='text-xs font-normal text-text-tertiary'> + <div className='text-xs font-normal text-gray-500'> String </div> } @@ -117,7 +117,7 @@ variable: 'sys.user_id', } as any} rightContent={ - <div className='text-xs font-normal text-text-tertiary'> + <div className='text-xs font-normal text-gray-500'> String </div> } @@ -128,7 +128,7 @@ variable: 'sys.app_id', } as any} rightContent={ - <div className='text-xs font-normal text-text-tertiary'> + <div className='text-xs font-normal text-gray-500'> String </div> } @@ -139,7 +139,7 @@ variable: 'sys.workflow_id', } as any} rightContent={ - <div className='text-xs font-normal text-text-tertiary'> + <div className='text-xs font-normal text-gray-500'> String </div> } @@ -150,7 +150,7 @@ variable: 'sys.workflow_run_id', } as any} rightContent={ - <div className='text-xs font-normal text-text-tertiary'> + <div className='text-xs font-normal text-gray-500'> String </div> } -- Gitblit v1.8.0