补充 注释

This commit is contained in:
xiu2
2021-11-26 19:42:28 +08:00
parent 8787ea0457
commit 0daae21e89
+2 -2
View File
@@ -1934,7 +1934,7 @@ function: {
scriptT: 2,
scrollD: 1500
}
}, // 创意工坊 - 项目列表
}, // Steam 创意工坊 - 项目列表
yikm: {
host: 'www.yikm.net',
pager: {
@@ -6623,7 +6623,7 @@ function: {
}
// 获取元素(CSS/Xpath
// 获取元素(CSS/Xpath来自:https://github.com/machsix/Super-preloader
function getCSS(css, contextNode = document) {
return contextNode.querySelector(css);
}