mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
@@ -11,14 +11,18 @@ export default defineAppConfig({
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
actionCdKey: 0,
|
||||
actionMaximumKey: 0,
|
||||
excludeActivityIds: [
|
||||
'com.coolapk.market.view.search.',
|
||||
'com.coolapk.market.view.feed.',
|
||||
'com.coolapk.market.view.search.', // 在搜索页面禁用
|
||||
'com.coolapk.market.view.feed.', // 在动态页面禁用
|
||||
],
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
key: 0,
|
||||
matches: '[id$="tt_splash_skip_btn"]',
|
||||
matches:
|
||||
'[id$="tt_splash_skip_btn"] <<n [id="com.coolapk.market:id/ad_container"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/12503773',
|
||||
'https://i.gkd.li/import/13247610',
|
||||
@@ -38,6 +42,16 @@ export default defineAppConfig({
|
||||
'https://i.gkd.li/import/13296816', // snapshot of excludeMatches
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
quickFind: true,
|
||||
matches:
|
||||
'@View[clickable=true] <(2,3) FrameLayout <2 FrameLayout <<n FrameLayout[id="com.coolapk.market:id/ad_container"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/13826359',
|
||||
'https://i.gkd.li/import/13827095',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user