mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -201,9 +201,9 @@ public class NCXDocumentV3 {
|
||||
if (resource == null) {
|
||||
Log.e(TAG, "Resource with href " + href + " in NCX document not found");
|
||||
}
|
||||
Log.v(TAG, "label:" + label);
|
||||
Log.v(TAG, "href:" + href);
|
||||
Log.v(TAG, "fragmentId:" + fragmentId);
|
||||
// Log.v(TAG, "label:" + label);
|
||||
// Log.v(TAG, "href:" + href);
|
||||
// Log.v(TAG, "fragmentId:" + fragmentId);
|
||||
|
||||
//父级目录
|
||||
TOCReference result = new TOCReference(label, resource, fragmentId);
|
||||
|
||||
Reference in New Issue
Block a user