|
@@ -15,14 +15,18 @@
|
|
|
/>
|
|
|
<div class="text-[1.25rem] font-bold text-[#2E3238]">
|
|
|
{{ StageMethodTypeMap.get(StageMethodType.Fixed) }}
|
|
|
+
|
|
|
+ <div
|
|
|
+ class="mt-1 text-sm font-normal text-[#606266]"
|
|
|
+ style="line-height: 1.3rem"
|
|
|
+ >
|
|
|
+ 按设定最大长度划分基础块
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="mt-2 text-sm text-[#606266]" style="line-height: 1.3rem">
|
|
|
- 按设定最大长度划分基础块
|
|
|
- </div>
|
|
|
<template v-if="state.config.value === StageMethodType.Fixed">
|
|
|
<div
|
|
|
- class="text-4 mt-4 flex flex-col gap-2 rounded-[0.25rem] bg-[#ffffff] p-4 font-bold text-[#2E3238]"
|
|
|
+ class="text-4 mt-2 flex flex-col gap-2 rounded-[0.25rem] bg-[#ffffff] p-4 font-bold text-[#2E3238]"
|
|
|
>
|
|
|
<div class="grid w-full grid-cols-3 gap-4">
|
|
|
<div class="col-span-1 flex flex-col gap-2">
|
|
@@ -119,14 +123,17 @@
|
|
|
/>
|
|
|
<div class="text-[1.25rem] font-bold text-[#2E3238]">
|
|
|
{{ StageMethodTypeMap.get(StageMethodType.Split) }}
|
|
|
+ <div
|
|
|
+ class="mt-1 text-sm font-normal text-[#606266]"
|
|
|
+ style="line-height: 1.3rem"
|
|
|
+ >
|
|
|
+ 指定分隔符划分基础块
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="mt-2 text-sm text-[#606266]" style="line-height: 1.3rem">
|
|
|
- 指定分隔符划分基础块
|
|
|
- </div>
|
|
|
<template v-if="state.config.value === StageMethodType.Split">
|
|
|
<div
|
|
|
- class="text-4 mt-4 flex flex-col gap-2 rounded-[0.25rem] bg-[#ffffff] p-4 font-bold text-[#2E3238]"
|
|
|
+ class="text-4 mt-2 flex flex-col gap-2 rounded-[0.25rem] bg-[#ffffff] p-4 font-bold text-[#2E3238]"
|
|
|
>
|
|
|
<div class="grid w-full grid-cols-3 gap-4">
|
|
|
<div class="col-span-1 flex flex-col gap-2">
|
|
@@ -242,14 +249,17 @@
|
|
|
/>
|
|
|
<div class="text-[1.25rem] font-bold text-[#2E3238]">
|
|
|
{{ StageMethodTypeMap.get(StageMethodType.FatherSon) }}
|
|
|
+ <div
|
|
|
+ class="mt-1 text-sm font-normal text-[#606266]"
|
|
|
+ style="line-height: 1.3rem"
|
|
|
+ >
|
|
|
+ 使用父子模式时,子块用于检索,父块用作上下文
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="mt-2 text-sm text-[#606266]" style="line-height: 1.3rem">
|
|
|
- 使用父子模式时,子块用于检索,父块用作上下文
|
|
|
- </div>
|
|
|
<template v-if="state.config.value === StageMethodType.FatherSon">
|
|
|
<div
|
|
|
- class="text-4 mt-4 flex flex-col gap-2 rounded-[0.25rem] bg-[#ffffff] p-4 font-bold text-[#2E3238]"
|
|
|
+ class="text-4 mt-2 flex flex-col gap-2 rounded-[0.25rem] bg-[#ffffff] p-4 font-bold text-[#2E3238]"
|
|
|
>
|
|
|
<div class="flex items-center">
|
|
|
<div class="mr-2 h-3.5 w-0.5 bg-[#303133]" />
|