create Book Shelf
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
书架名称
sort Type
书架排序方式
auto Cache
是否开启自动缓存
system Update Reminder
是否通过系统通知提醒更新