feat: 添加日志输出

This commit is contained in:
imsyy
2023-12-06 09:25:26 +08:00
parent aab54d2190
commit 68edae7e74
4 changed files with 645 additions and 1224 deletions

View File

@@ -43,7 +43,6 @@ const getData = (data) => {
.load(newListHtml)(".placeholder")
.get()
.map((v) => {
console.log($(v));
dataList.push({
title: $(v).find(".plc-title").text(),
img: $(v).find("img").attr("data-original"),