删除不必要的注释.

pull/29/head
Antecer 6 years ago
parent 11f7c21adc
commit 7656572c77
  1. 2
      app/src/main/java/io/legado/app/data/entities/Book.kt

@ -20,7 +20,7 @@ data class Book(@PrimaryKey
var description: String? = null, // 简介内容(书源获取)
var customDescription: String? = null, // 简介内容(用户修改)
var charset: String? = null, // 自定义字符集名称(仅适用于本地书籍)
var type: Int = 0, // 0: 文本读物, 1: 有声读物, 3: 本地书籍
var type: Int = 0, // 0: 文本读物, 1: 有声读物
var group: Int = 0, // 自定义分组索引号
var tocUrl: String = "", // 目录页Url (toc=table of Contents)
var latestChapterTitle: String? = null, // 最新章节标题

Loading…
Cancel
Save