feat: 引用分段数最大值增大到 100 个(#503)

feat: 引用分段数最大值增大到 100 个(#503)
This commit is contained in:
wangdan-fit2cloud 2024-05-22 16:14:06 +08:00 committed by GitHub
commit 38bc98b3b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,7 @@
<el-input-number <el-input-number
v-model="form.top_n" v-model="form.top_n"
:min="1" :min="1"
:max="10" :max="100"
controls-position="right" controls-position="right"
class="w-full" class="w-full"
/> />