修复star寻找超时

This commit is contained in:
zycha
2026-07-15 10:05:26 +08:00
parent 967b842e15
commit f433941c71
3 changed files with 5 additions and 8 deletions

View File

@@ -28,11 +28,6 @@ const {
} = require(path.join(__dirname, '..', 'utils', 'page'));
const PROJECT_CARD_SELECTORS = [
'.hot-selection-list a.recommend-card',
'.hot-selection .recommend-card',
'a.recommend-card',
'a[href*="source_module=home_hot_selection"]',
'a[href*="source_module=home_recommend"]',
'a[href*="/"][href*="?source_module="]',
];