mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-02-03 02:54:41 +08:00
9 lines
75 B
Go
9 lines
75 B
Go
package consts
|
|
|
|
// 碎片
|
|
const (
|
|
|
|
// 默认分页
|
|
DebrisPageSize = 10
|
|
)
|