dmzj.js fix wrong pkgPath #61

Merged
Ftbom merged 1 commit from main into main 2024-05-09 13:44:41 +00:00

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 = [{
}
];
}
}
}