mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-26 17:20:52 +00:00
优化首页显示(修改周推小说数量)
This commit is contained in:
parent
83eda2a44d
commit
419d7a971b
@ -29,7 +29,7 @@ public class Constants {
|
|||||||
/**
|
/**
|
||||||
* 首页设置的小说数量
|
* 首页设置的小说数量
|
||||||
* */
|
* */
|
||||||
public static final int INDEX_BOOK_SETTING_NUM = 32;
|
public static final int INDEX_BOOK_SETTING_NUM = 31;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 累积的最大点击量
|
* 累积的最大点击量
|
||||||
|
@ -126,9 +126,9 @@ public class BookServiceImpl implements BookService {
|
|||||||
type = 0;
|
type = 0;
|
||||||
} else if (i < 14) {
|
} else if (i < 14) {
|
||||||
type = 1;
|
type = 1;
|
||||||
} else if (i < 20) {
|
} else if (i < 19) {
|
||||||
type = 2;
|
type = 2;
|
||||||
} else if (i < 26) {
|
} else if (i < 25) {
|
||||||
type = 3;
|
type = 3;
|
||||||
} else {
|
} else {
|
||||||
type = 4;
|
type = 4;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user