diff --git a/resource/schemas/NexusPHP/config.json b/resource/schemas/NexusPHP/config.json index d5de48c62..0e4b17020 100644 --- a/resource/schemas/NexusPHP/config.json +++ b/resource/schemas/NexusPHP/config.json @@ -81,6 +81,10 @@ "messageCount": { "selector": ["td[style*='background: red'] a[href*='messages.php']", "div[style*='background: red'] a[href*='messages.php']"], "filters": ["query.text().match(/(\\d+)/)", "(query && query.length>=2)?parseInt(query[1]):0"] + }, + "pendingCheckins": { + "selector": ["a[class*='faqlink']"], + "filters": ["query.text().match(/(签到得)/)", "(query && query.length>=1)?1:0"] } } }, diff --git a/src/options/views/Home.vue b/src/options/views/Home.vue index 442d8912f..5cd8acf03 100644 --- a/src/options/views/Home.vue +++ b/src/options/views/Home.vue @@ -93,10 +93,10 @@