wwf
3 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
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>
                }