parent
035006b09e
commit
045198a904
@ -1,3 +1,17 @@ |
|||||||
## 存储数据用 |
## 存储数据用 |
||||||
* dao 数据操作 |
* dao 数据操作 |
||||||
* entities 数据模型 |
* entities 数据模型 |
||||||
|
* \Book 书籍信息 |
||||||
|
* \BookChapter 目录信息 |
||||||
|
* \BookGroup 书籍分组 |
||||||
|
* \Bookmark 书签 |
||||||
|
* \BookSource 书源 |
||||||
|
* \Cookie http cookie |
||||||
|
* \ReplaceRule 替换规则 |
||||||
|
* \RssArticle rss条目 |
||||||
|
* \RssReadRecord rss阅读记录 |
||||||
|
* \RssSource rss源 |
||||||
|
* \RssStar rss收藏 |
||||||
|
* \SearchBook 搜索结果 |
||||||
|
* \SearchKeyword 搜索关键字 |
||||||
|
* \TxtTocRule txt文件目录规则 |
||||||
|
@ -0,0 +1,3 @@ |
|||||||
|
package io.legado.app.ui.book.source.edit |
||||||
|
|
||||||
|
data class EditEntity(var key: String, var value: String?, var hint: Int) |
@ -1,3 +1,3 @@ |
|||||||
package io.legado.app.data.entities |
package io.legado.app.ui.rss.source.edit |
||||||
|
|
||||||
data class EditEntity(var key: String, var value: String?, var hint: Int) |
data class EditEntity(var key: String, var value: String?, var hint: Int) |
Loading…
Reference in new issue