优化
This commit is contained in:
@@ -53,8 +53,8 @@ class App : MultiDexApplication() {
|
|||||||
BookHelp.clearInvalidCache()
|
BookHelp.clearInvalidCache()
|
||||||
//初始化简繁转换引擎
|
//初始化简繁转换引擎
|
||||||
when (AppConfig.chineseConverterType) {
|
when (AppConfig.chineseConverterType) {
|
||||||
1 -> ChineseUtils.preLoad(true, TransType.TAIWAN_TO_SIMPLE)
|
1 -> ChineseUtils.preLoad(true, TransType.TRADITIONAL_TO_SIMPLE)
|
||||||
2 -> ChineseUtils.preLoad(true, TransType.SIMPLE_TO_TAIWAN)
|
2 -> ChineseUtils.preLoad(true, TransType.SIMPLE_TO_TRADITIONAL)
|
||||||
}
|
}
|
||||||
//同步阅读记录
|
//同步阅读记录
|
||||||
if (AppWebDav.syncBookProgress) {
|
if (AppWebDav.syncBookProgress) {
|
||||||
|
|||||||
Reference in New Issue
Block a user