mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(软件商店): 开屏广告
This commit is contained in:
@@ -4,6 +4,20 @@ export default defineAppConfig({
|
||||
id: 'com.heytap.market',
|
||||
name: 'OPPO软件商店',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
matches: '@[clickable=true] > [text="跳过"]', // 全局规则无效,必须点击clickable=true的节点才能跳过
|
||||
snapshotUrls: 'https://i.gkd.li/i/14668997',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '更新提示',
|
||||
|
||||
Reference in New Issue
Block a user