feat: 限制序号最多相差10

This commit is contained in:
2026-04-13 17:34:08 +08:00
parent 18c5ad9521
commit 309cf49a54
4 changed files with 29 additions and 10 deletions

View File

@@ -271,6 +271,7 @@ export default {
range: 'Set the download range',
startIndex:'start ID',
endIndex:'end ID',
download: 'Download'
download: 'Download',
limit:'Maximum 10 entries can be downloaded at once'
}
}

View File

@@ -260,6 +260,7 @@ export default {
range: '设定下载区间',
startIndex: '起始序号',
endIndex: '结束序号',
download: '下载'
download: '下载',
limit:'一次最多下载10条数据'
}
}