From cde3cfadbf7d326ed4590fdc2a6ea59e7354bbb8 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 29 Apr 2024 10:09:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=98=BF=E9=87=8C=E4=BA=91=E7=9B=98):=20?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=AD=BE=E5=88=B0=E5=90=8E=E6=AE=B5=E4=B8=8D?= =?UTF-8?q?=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 开屏广告在 https://i.gkd.li/i/15144565 误触导致自动签到规则执行中断 --- src/apps/com.alicloud.databox.ts | 10 ++-------- src/globalDefaultApps.ts | 1 + 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/apps/com.alicloud.databox.ts b/src/apps/com.alicloud.databox.ts index 5ea2ba90..5ab35a60 100644 --- a/src/apps/com.alicloud.databox.ts +++ b/src/apps/com.alicloud.databox.ts @@ -22,20 +22,14 @@ export default defineGkdApp({ { preKeys: [0], key: 1, - name: '关闭弹窗-1', + name: '关闭弹窗', matches: '[vid="ivClose"]', snapshotUrls: [ 'https://i.gkd.li/i/13038304', 'https://i.gkd.li/i/14235221', + 'https://i.gkd.li/i/15144565', // 全局规则开屏广告在此误触导致自动签到规则执行中断 ], }, - { - preKeys: [1], - key: 2, - name: '关闭弹窗-2', - matches: '[vid="ivClose"]', - snapshotUrls: 'https://i.gkd.li/i/15119433', - }, ], }, { diff --git a/src/globalDefaultApps.ts b/src/globalDefaultApps.ts index 9fc8a310..9547e981 100644 --- a/src/globalDefaultApps.ts +++ b/src/globalDefaultApps.ts @@ -72,6 +72,7 @@ export const blackListAppIDs: string[] = [ 'org.kde.kdeconnect_tp', // KDE Connect 'xyz.adproqwq.GKDTool', // GKDTool 'com.alibaba.aliyun', // 阿里云 + 'com.alicloud.databox', // 阿里云盘 开屏广告在 https://i.gkd.li/i/15144565 误触导致自动签到规则执行中断 'com.canghai.haoka', 'com.xy.td',