拷贝漫画去广告🚫、加速访问🚀、并排布局📖、图片高度自适应↕️、辅助翻页↔️、页码显示⏱、侧边目录栏📑、暗夜模式🌙、章节评论💬
< Feedback on ☄️拷贝漫画增强☄️
这个api现在拿不到contents 和 words 了// 加载图片 axios.get('https://api.copymanga.site/api/v3/comic/' + comic + '/chapter2/' + chapter,{headers:{'user-agent': ''}}) .then(function (response) { document.title = response.data.results.comic.name + ' - ' + response.data.results.chapter.name; var content = response.data.results.chapter.contents, matrix = document.getElementById('matrix'), words = response.data.results.chapter.words, size = content.length, dict = {};
تسجيل الدخول إلى مرحلة ما بعد الرد.
这个api现在拿不到contents 和 words 了
// 加载图片
axios.get('https://api.copymanga.site/api/v3/comic/' + comic + '/chapter2/' + chapter,{headers:{'user-agent': ''}})
.then(function (response) {
document.title = response.data.results.comic.name + ' - ' + response.data.results.chapter.name;
var content = response.data.results.chapter.contents,
matrix = document.getElementById('matrix'),
words = response.data.results.chapter.words,
size = content.length,
dict = {};