mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(西瓜视频): 开屏广告 (#431)
This commit is contained in:
@@ -4,6 +4,22 @@ export default defineGkdApp({
|
||||
id: 'com.ss.android.article.video',
|
||||
name: '西瓜视频',
|
||||
groups: [
|
||||
{
|
||||
key: -1,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
priorityTime: 10000,
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/6f8312b0-e110-4098-9db9-48358069601a',
|
||||
snapshotUrls: 'https://i.gkd.li/i/17530523',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 0,
|
||||
name: '青少年模式',
|
||||
@@ -28,7 +44,6 @@ export default defineGkdApp({
|
||||
name: '权限提示-通知权限',
|
||||
fastQuery: true,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'activity',
|
||||
rules:
|
||||
'@TextView[id="com.ss.android.article.video:id/sj"][text="暂不开启"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13456568',
|
||||
|
||||
Reference in New Issue
Block a user