Merge pull request #61 from Ftbom/main

dmzj.js fix wrong pkgPath
This commit is contained in:
Moustapha Kodjo Amadou
2024-05-09 14:44:41 +01:00
committed by GitHub

View File

@@ -9,8 +9,8 @@ const mangayomiSources = [{
"isNsfw": false,
"version": "0.0.1",
"dateFormat": "",
"dateFormatLocale": "manga/src/zh/dmzj.js",
"pkgPath": ""
"dateFormatLocale": "",
"pkgPath": "manga/src/zh/dmzj.js"
}];
class DefaultExtension extends MProvider {
@@ -357,4 +357,4 @@ const mangayomiSources = [{
}
];
}
}
}