This commit is contained in:
kunfei
2022-10-03 11:13:58 +08:00
parent 278a7f6c0e
commit 7c51e4b362
2 changed files with 6 additions and 6 deletions
@@ -13,22 +13,22 @@ object BookType {
const val text = 0b1000
/**
* 16 音频
* 32 音频
*/
const val audio = 0b100000
/**
* 32 图片
* 64 图片
*/
const val image = 0b1000000
/**
* 64 只提供下载服务的网站
* 128 只提供下载服务的网站
*/
const val webFile = 0b10000000
/**
* 128 本地
* 256 本地
*/
const val local = 0b100000000