mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
perf(智慧服務): 开屏广告
This commit is contained in:
@@ -5,7 +5,6 @@ export default defineGkdApp({
|
|||||||
name: '智能服务',
|
name: '智能服务',
|
||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
// 全局规则无效,单独规则有效
|
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
@@ -14,8 +13,11 @@ export default defineGkdApp({
|
|||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
matches: '[vid="view_skip_button"][visibleToUser=true]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14927422',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/14927422',
|
||||||
|
'https://i.gkd.li/i/16323945',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user