✨ feat(cpic): 增加对URL包含"shtml"的过滤条件
This commit is contained in:
parent
1823bc68c0
commit
5cab42f344
|
|
@ -138,7 +138,8 @@ class DF {
|
|||
if (
|
||||
// endTime &&
|
||||
// +new Date(endTime) >= Date.now() &&
|
||||
keywordsInclude(name)
|
||||
keywordsInclude(name) &&
|
||||
urls.includes("shtml")
|
||||
) {
|
||||
console.log("处理项目:", id, name);
|
||||
info.push({
|
||||
|
|
|
|||
Loading…
Reference in New Issue