mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: 引用分段数最大值增大到 100 个(#503)
This commit is contained in:
parent
b24a19a035
commit
d5df2534b2
|
|
@ -69,7 +69,7 @@
|
|||
<el-input-number
|
||||
v-model="form.top_n"
|
||||
:min="1"
|
||||
:max="10"
|
||||
:max="100"
|
||||
controls-position="right"
|
||||
class="w-full"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue