mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(酷安): 开屏广告-优化规则 (#1172)
* feat(酷安) * fix(酷安) * fix(酷安) * 删除注释 * fix(酷安) * feat 开屏广告(优化规则)
This commit is contained in:
@@ -12,11 +12,18 @@ export default defineAppConfig({
|
||||
'com.coolapk.market.view.splash.SplashActivity',
|
||||
'com.coolapk.market.view.main.MainActivity',
|
||||
],
|
||||
rules: ['[id$=":id/tt_splash_skip_btn"]', 'TextView[text^="跳过"]'],
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12472612',
|
||||
'https://gkd-kit.gitee.io/import/12503773',
|
||||
'https://gkd-kit.gitee.io/import/12917990', // TextView
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: '[id$=":id/tt_splash_skip_btn"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12503773',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
matches:
|
||||
'[id="com.coolapk.market:id/ad_container"] >n [text^="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12917990',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user