feat: 限制序号最多相差10
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -260,6 +260,7 @@ export default {
|
||||
range: '设定下载区间',
|
||||
startIndex: '起始序号',
|
||||
endIndex: '结束序号',
|
||||
download: '下载'
|
||||
download: '下载',
|
||||
limit:'一次最多下载10条数据'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user