feat(闪动校园): 开屏广告-规则优化 (#1222)

close #1221
This commit is contained in:
Kun Jinkao
2023-10-19 00:54:18 +08:00
committed by GitHub
parent 7942888958
commit d6b2126fdb

View File

@@ -13,9 +13,16 @@ export default defineAppConfig({
activityIds: 'com.huachenjie.shandong_school.splash.SplashActivity',
rules: [
{
matches: '[text^="跳过"][clickable=false]',
key: 0,
matches:
'[id="com.huachenjie.shandong_school:id/flAd"] >n [text^="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12922866',
},
{
key: 1,
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/13031192',
},
],
},
],