From 173137ef58697a55c70e092b28588f70684b36bb Mon Sep 17 00:00:00 2001 From: Tian Jiang Date: Sat, 19 Oct 2024 13:51:34 -0400 Subject: [PATCH] =?UTF-8?q?fe:=20=E5=A6=82=E6=9E=9C=E6=9C=89=E6=9C=AA?= =?UTF-8?q?=E5=AE=8C=E6=88=90=E7=9A=84=E7=AD=BE=E5=88=B0=EF=BC=8C=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=9C=89=E6=9C=AA=E8=AF=BB=E6=B6=88=E6=81=AF=E7=9A=84?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/schemas/NexusPHP/config.json | 4 ++++ src/options/views/Home.vue | 6 +++--- src/options/views/UserDataTimeline.vue | 3 ++- 3 files changed, 9 insertions(+), 4 deletions(-) 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 @@