createBookShelf

abstract fun createBookShelf(id: Int = Instant.now().epochSecond.hashCode(), name: String, sortType: BookshelfSortType, sortReversed: Boolean = false, autoCache: Boolean, systemUpdateReminder: Boolean): Int

创建新书架

Return

新建书架的id

Since

Api 2

Parameters

id

书架id, 默认使用当前时间戳哈希值

name

书架名称

sortType

书架排序方式

autoCache

是否开启自动缓存

systemUpdateReminder

是否通过系统通知提醒更新