improve code

This commit is contained in:
nyne
2024-10-17 14:28:29 +08:00
parent c33f2c9918
commit e1e571052f
3 changed files with 148 additions and 90 deletions

View File

@@ -483,7 +483,6 @@ class ComicSourceParser {
if (res is! Map<String, dynamic>) throw "Invalid data";
res['comicId'] = id;
res['sourceKey'] = _key;
JsEngine().clearHtml();
return Res(ComicDetails.fromJson(res));
} catch (e, s) {
Log.error("Network", "$e\n$s");