We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c37423 commit 4f2fa16Copy full SHA for 4f2fa16
template/js/index.js
@@ -17,7 +17,7 @@
17
18
this.query = ''; //
19
this.query_size = 5; //搜索框结果显示5条
20
- this.page_size = 20; //每页显示20条
+ this.page_size = 50; //每页显示20条
21
22
this.elm_info.innerHTML = this.commands.length;
23
0 commit comments