mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
@@ -22,20 +22,14 @@ export default defineGkdApp({
|
|||||||
{
|
{
|
||||||
preKeys: [0],
|
preKeys: [0],
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '关闭弹窗-1',
|
name: '关闭弹窗',
|
||||||
matches: '[vid="ivClose"]',
|
matches: '[vid="ivClose"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/13038304',
|
'https://i.gkd.li/i/13038304',
|
||||||
'https://i.gkd.li/i/14235221',
|
'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',
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -72,6 +72,7 @@ export const blackListAppIDs: string[] = [
|
|||||||
'org.kde.kdeconnect_tp', // KDE Connect
|
'org.kde.kdeconnect_tp', // KDE Connect
|
||||||
'xyz.adproqwq.GKDTool', // GKDTool
|
'xyz.adproqwq.GKDTool', // GKDTool
|
||||||
'com.alibaba.aliyun', // 阿里云
|
'com.alibaba.aliyun', // 阿里云
|
||||||
|
'com.alicloud.databox', // 阿里云盘 开屏广告在 https://i.gkd.li/i/15144565 误触导致自动签到规则执行中断
|
||||||
|
|
||||||
'com.canghai.haoka',
|
'com.canghai.haoka',
|
||||||
'com.xy.td',
|
'com.xy.td',
|
||||||
|
|||||||
Reference in New Issue
Block a user