feat(cpic): 增加对URL包含"shtml"的过滤条件

This commit is contained in:
huzhengrong 2025-10-27 15:31:48 +08:00
parent 1823bc68c0
commit 5cab42f344
1 changed files with 2 additions and 1 deletions

View File

@ -138,7 +138,8 @@ class DF {
if ( if (
// endTime && // endTime &&
// +new Date(endTime) >= Date.now() && // +new Date(endTime) >= Date.now() &&
keywordsInclude(name) keywordsInclude(name) &&
urls.includes("shtml")
) { ) {
console.log("处理项目:", id, name); console.log("处理项目:", id, name);
info.push({ info.push({